package protos

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Coordinator

coordinator.proto:11

service GomoteService

gomote.proto:12

GomoteService can manage the lifecycle of gomote instances and interact with them.

service ReleaseService

relui.proto:12

ReleaseService enables the signing of release artifacts.

enum CreateInstanceResponse.Status

gomote.proto:80

Used in: CreateInstanceResponse

message Instance

gomote.proto:136

Instance contains descriptive information about a gomote instance.

Used in: CreateInstanceResponse, ListInstancesResponse

message ListDirectoryRequest

gomote.proto:160

ListDirectoryRequest specifies the data needed to list contents of a directory from a gomote instance.

Used as request type in: GomoteService.ListDirectory, GomoteService.ListDirectoryStreaming

message ListDirectoryResponse

gomote.proto:175

ListDirectoryResponse contains the directory listing of a gomote instance.

Used as response type in: GomoteService.ListDirectory, GomoteService.ListDirectoryStreaming

message SignArtifactCancelRequest

relui.proto:75

Request to stop a previous signing request sooner if possible.

Used in: SigningRequest

message SignArtifactRequest

relui.proto:41

Request to sign a release artifact.

Used in: SigningRequest

enum SignArtifactRequest.BuildType

relui.proto:43

The type of artifact signing request.

Used in: SignArtifactRequest

message SignArtifactStatusRequest

relui.proto:70

Request for an update on an existing signing request.

Used in: SigningRequest

message StatusCompleted

relui.proto:115

The signing status for a successfully completed signing request.

Used in: SigningStatus

message StatusFailed

relui.proto:110

The signing status for a failed signing request.

Used in: SigningStatus

message StatusNotFound

relui.proto:99

The signing status for a signing request which does not exist.

Used in: SigningStatus

(message has no fields)

message StatusRunning

relui.proto:105

Used in: SigningStatus

message StatusStarted

relui.proto:101

The signing status for an in progress signing request.

Used in: SigningStatus