package protos

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

service ViewService

service.proto:16

ViewService provides support to view management

message CallView

commands.proto:27

InitiateView is used to initiate a view

Used in: Command

message CallViewResponse

commands.proto:33

Used in: CommandResponse

message Command

commands.proto:56

Command describes the type of operation that a client is requesting.

message CommandResponse

commands.proto:101

A CommnandResponse is returned from a server to the command submitter.

message CommandResponseHeader

commands.proto:76

Used in: CommandResponse

message Error

commands.proto:92

Error reports an application error

Used in: CommandResponse

Header is a generic replay prevention and identity message to include in a signed command

Used in: Command

message InitiateView

commands.proto:16

InitiateView is used to initiate a view

Used in: Command

message InitiateViewResponse

commands.proto:22

Used in: CommandResponse

message SignedCommand

commands.proto:68

SignedCommand is a command that carries the signature of the command's creator.

Used as request type in: ViewService.ProcessCommand, ViewService.StreamCommand

message SignedCommandResponse

commands.proto:114

SignedCommandResponse is a signed command response

Used as response type in: ViewService.ProcessCommand, ViewService.StreamCommand