Documentation
¶
Index ¶
- Variables
- func RegisterInternalAPIServer(s grpc.ServiceRegistrar, srv InternalAPIServer)
- type AddDestinationCommand
- func (*AddDestinationCommand) Descriptor() ([]byte, []int)deprecated
- func (x *AddDestinationCommand) GetName() string
- func (x *AddDestinationCommand) GetUrl() string
- func (*AddDestinationCommand) ProtoMessage()
- func (x *AddDestinationCommand) ProtoReflect() protoreflect.Message
- func (x *AddDestinationCommand) Reset()
- func (x *AddDestinationCommand) String() string
- type AddDestinationFailedEvent
- func (*AddDestinationFailedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *AddDestinationFailedEvent) GetError() string
- func (x *AddDestinationFailedEvent) GetUrl() string
- func (*AddDestinationFailedEvent) ProtoMessage()
- func (x *AddDestinationFailedEvent) ProtoReflect() protoreflect.Message
- func (x *AddDestinationFailedEvent) Reset()
- func (x *AddDestinationFailedEvent) String() string
- type AddDestinationRequest
- func (*AddDestinationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddDestinationRequest) GetCommand() *AddDestinationCommand
- func (*AddDestinationRequest) ProtoMessage()
- func (x *AddDestinationRequest) ProtoReflect() protoreflect.Message
- func (x *AddDestinationRequest) Reset()
- func (x *AddDestinationRequest) String() string
- type AddDestinationResponse
- func (*AddDestinationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddDestinationResponse) GetError() *AddDestinationFailedEvent
- func (x *AddDestinationResponse) GetOk() *DestinationAddedEvent
- func (m *AddDestinationResponse) GetResult() isAddDestinationResponse_Result
- func (*AddDestinationResponse) ProtoMessage()
- func (x *AddDestinationResponse) ProtoReflect() protoreflect.Message
- func (x *AddDestinationResponse) Reset()
- func (x *AddDestinationResponse) String() string
- type AddDestinationResponse_Error
- type AddDestinationResponse_Ok
- type AppState
- func (*AppState) Descriptor() ([]byte, []int)deprecated
- func (x *AppState) GetBuildInfo() *BuildInfo
- func (x *AppState) GetDestinations() []*Destination
- func (x *AppState) GetSource() *Source
- func (*AppState) ProtoMessage()
- func (x *AppState) ProtoReflect() protoreflect.Message
- func (x *AppState) Reset()
- func (x *AppState) String() string
- type AppStateChangedEvent
- func (*AppStateChangedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *AppStateChangedEvent) GetAppState() *AppState
- func (*AppStateChangedEvent) ProtoMessage()
- func (x *AppStateChangedEvent) ProtoReflect() protoreflect.Message
- func (x *AppStateChangedEvent) Reset()
- func (x *AppStateChangedEvent) String() string
- type BuildInfo
- func (*BuildInfo) Descriptor() ([]byte, []int)deprecated
- func (x *BuildInfo) GetCommit() string
- func (x *BuildInfo) GetDate() string
- func (x *BuildInfo) GetGoVersion() string
- func (x *BuildInfo) GetVersion() string
- func (*BuildInfo) ProtoMessage()
- func (x *BuildInfo) ProtoReflect() protoreflect.Message
- func (x *BuildInfo) Reset()
- func (x *BuildInfo) String() string
- type CloseOtherInstancesCommand
- type Command
- func (*Command) Descriptor() ([]byte, []int)deprecated
- func (x *Command) GetAddDestination() *AddDestinationCommand
- func (x *Command) GetCloseOtherInstances() *CloseOtherInstancesCommand
- func (m *Command) GetCommandType() isCommand_CommandType
- func (x *Command) GetKillServer() *KillServerCommand
- func (x *Command) GetListDestinations() *ListDestinationsCommand
- func (x *Command) GetRemoveDestination() *RemoveDestinationCommand
- func (x *Command) GetStartDestination() *StartDestinationCommand
- func (x *Command) GetStartHandshake() *StartHandshakeCommand
- func (x *Command) GetStopDestination() *StopDestinationCommand
- func (x *Command) GetUpdateDestination() *UpdateDestinationCommand
- func (*Command) ProtoMessage()
- func (x *Command) ProtoReflect() protoreflect.Message
- func (x *Command) Reset()
- func (x *Command) String() string
- type Command_AddDestination
- type Command_CloseOtherInstances
- type Command_KillServer
- type Command_ListDestinations
- type Command_RemoveDestination
- type Command_StartDestination
- type Command_StartHandshake
- type Command_StopDestination
- type Command_UpdateDestination
- type Container
- func (*Container) Descriptor() ([]byte, []int)deprecated
- func (x *Container) GetCpuPercent() float64
- func (x *Container) GetErr() string
- func (x *Container) GetExitCode() int32
- func (x *Container) GetHealthState() string
- func (x *Container) GetId() string
- func (x *Container) GetImageName() string
- func (x *Container) GetMemoryUsageBytes() uint64
- func (x *Container) GetPullPercent() int32
- func (x *Container) GetPullProgress() string
- func (x *Container) GetPullStatus() string
- func (x *Container) GetRestartCount() int32
- func (x *Container) GetRxRate() int32
- func (x *Container) GetRxSince() *timestamppb.Timestamp
- func (x *Container) GetStatus() string
- func (x *Container) GetTxRate() int32
- func (*Container) ProtoMessage()
- func (x *Container) ProtoReflect() protoreflect.Message
- func (x *Container) Reset()
- func (x *Container) String() string
- type Destination
- func (*Destination) Descriptor() ([]byte, []int)deprecated
- func (x *Destination) GetContainer() *Container
- func (x *Destination) GetId() []byte
- func (x *Destination) GetName() string
- func (x *Destination) GetStatus() Destination_Status
- func (x *Destination) GetUrl() string
- func (*Destination) ProtoMessage()
- func (x *Destination) ProtoReflect() protoreflect.Message
- func (x *Destination) Reset()
- func (x *Destination) String() string
- type DestinationAddedEvent
- func (*DestinationAddedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *DestinationAddedEvent) GetId() []byte
- func (*DestinationAddedEvent) ProtoMessage()
- func (x *DestinationAddedEvent) ProtoReflect() protoreflect.Message
- func (x *DestinationAddedEvent) Reset()
- func (x *DestinationAddedEvent) String() string
- type DestinationRemovedEvent
- func (*DestinationRemovedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *DestinationRemovedEvent) GetId() []byte
- func (*DestinationRemovedEvent) ProtoMessage()
- func (x *DestinationRemovedEvent) ProtoReflect() protoreflect.Message
- func (x *DestinationRemovedEvent) Reset()
- func (x *DestinationRemovedEvent) String() string
- type DestinationStartedEvent
- func (*DestinationStartedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *DestinationStartedEvent) GetId() []byte
- func (*DestinationStartedEvent) ProtoMessage()
- func (x *DestinationStartedEvent) ProtoReflect() protoreflect.Message
- func (x *DestinationStartedEvent) Reset()
- func (x *DestinationStartedEvent) String() string
- type DestinationStoppedEvent
- func (*DestinationStoppedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *DestinationStoppedEvent) GetId() []byte
- func (*DestinationStoppedEvent) ProtoMessage()
- func (x *DestinationStoppedEvent) ProtoReflect() protoreflect.Message
- func (x *DestinationStoppedEvent) Reset()
- func (x *DestinationStoppedEvent) String() string
- type DestinationStreamExitedEvent
- func (*DestinationStreamExitedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *DestinationStreamExitedEvent) GetError() string
- func (x *DestinationStreamExitedEvent) GetName() string
- func (*DestinationStreamExitedEvent) ProtoMessage()
- func (x *DestinationStreamExitedEvent) ProtoReflect() protoreflect.Message
- func (x *DestinationStreamExitedEvent) Reset()
- func (x *DestinationStreamExitedEvent) String() string
- type DestinationUpdatedEvent
- func (*DestinationUpdatedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *DestinationUpdatedEvent) GetId() []byte
- func (*DestinationUpdatedEvent) ProtoMessage()
- func (x *DestinationUpdatedEvent) ProtoReflect() protoreflect.Message
- func (x *DestinationUpdatedEvent) Reset()
- func (x *DestinationUpdatedEvent) String() string
- type Destination_Status
- func (Destination_Status) Descriptor() protoreflect.EnumDescriptor
- func (x Destination_Status) Enum() *Destination_Status
- func (Destination_Status) EnumDescriptor() ([]byte, []int)deprecated
- func (x Destination_Status) Number() protoreflect.EnumNumber
- func (x Destination_Status) String() string
- func (Destination_Status) Type() protoreflect.EnumType
- type DestinationsListedEvent
- func (*DestinationsListedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *DestinationsListedEvent) GetDestinations() []*Destination
- func (*DestinationsListedEvent) ProtoMessage()
- func (x *DestinationsListedEvent) ProtoReflect() protoreflect.Message
- func (x *DestinationsListedEvent) Reset()
- func (x *DestinationsListedEvent) String() string
- type Envelope
- func (*Envelope) Descriptor() ([]byte, []int)deprecated
- func (x *Envelope) GetCommand() *Command
- func (x *Envelope) GetEvent() *Event
- func (m *Envelope) GetPayload() isEnvelope_Payload
- func (*Envelope) ProtoMessage()
- func (x *Envelope) ProtoReflect() protoreflect.Message
- func (x *Envelope) Reset()
- func (x *Envelope) String() string
- type Envelope_Command
- type Envelope_Event
- type Event
- func (*Event) Descriptor() ([]byte, []int)deprecated
- func (x *Event) GetAddDestinationFailed() *AddDestinationFailedEvent
- func (x *Event) GetAppStateChanged() *AppStateChangedEvent
- func (x *Event) GetDestinationAdded() *DestinationAddedEvent
- func (x *Event) GetDestinationRemoved() *DestinationRemovedEvent
- func (x *Event) GetDestinationStarted() *DestinationStartedEvent
- func (x *Event) GetDestinationStopped() *DestinationStoppedEvent
- func (x *Event) GetDestinationStreamExited() *DestinationStreamExitedEvent
- func (x *Event) GetDestinationUpdated() *DestinationUpdatedEvent
- func (x *Event) GetDestinationsListed() *DestinationsListedEvent
- func (m *Event) GetEventType() isEvent_EventType
- func (x *Event) GetFatalError() *FatalErrorEvent
- func (x *Event) GetHandshakeCompleted() *HandshakeCompletedEvent
- func (x *Event) GetListDestinationsFailed() *ListDestinationsFailedEvent
- func (x *Event) GetMediaServerStarted() *MediaServerStartedEvent
- func (x *Event) GetOtherInstanceDetected() *OtherInstanceDetectedEvent
- func (x *Event) GetRemoveDestinationFailed() *RemoveDestinationFailedEvent
- func (x *Event) GetStartDestinationFailed() *StartDestinationFailedEvent
- func (x *Event) GetStopDestinationFailed() *StopDestinationFailedEvent
- func (x *Event) GetUpdateDestinationFailed() *UpdateDestinationFailedEvent
- func (*Event) ProtoMessage()
- func (x *Event) ProtoReflect() protoreflect.Message
- func (x *Event) Reset()
- func (x *Event) String() string
- type Event_AddDestinationFailed
- type Event_AppStateChanged
- type Event_DestinationAdded
- type Event_DestinationRemoved
- type Event_DestinationStarted
- type Event_DestinationStopped
- type Event_DestinationStreamExited
- type Event_DestinationUpdated
- type Event_DestinationsListed
- type Event_FatalError
- type Event_HandshakeCompleted
- type Event_ListDestinationsFailed
- type Event_MediaServerStarted
- type Event_OtherInstanceDetected
- type Event_RemoveDestinationFailed
- type Event_StartDestinationFailed
- type Event_StopDestinationFailed
- type Event_UpdateDestinationFailed
- type FatalErrorEvent
- type HandshakeCompletedEvent
- type InternalAPIClient
- type InternalAPIServer
- type InternalAPI_CommunicateClient
- type InternalAPI_CommunicateServer
- type KillServerCommand
- type ListDestinationsCommand
- type ListDestinationsFailedEvent
- func (*ListDestinationsFailedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ListDestinationsFailedEvent) GetError() string
- func (*ListDestinationsFailedEvent) ProtoMessage()
- func (x *ListDestinationsFailedEvent) ProtoReflect() protoreflect.Message
- func (x *ListDestinationsFailedEvent) Reset()
- func (x *ListDestinationsFailedEvent) String() string
- type ListDestinationsRequest
- func (*ListDestinationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDestinationsRequest) GetCommand() *ListDestinationsCommand
- func (*ListDestinationsRequest) ProtoMessage()
- func (x *ListDestinationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListDestinationsRequest) Reset()
- func (x *ListDestinationsRequest) String() string
- type ListDestinationsResponse
- func (*ListDestinationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDestinationsResponse) GetError() *ListDestinationsFailedEvent
- func (x *ListDestinationsResponse) GetOk() *DestinationsListedEvent
- func (m *ListDestinationsResponse) GetResult() isListDestinationsResponse_Result
- func (*ListDestinationsResponse) ProtoMessage()
- func (x *ListDestinationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListDestinationsResponse) Reset()
- func (x *ListDestinationsResponse) String() string
- type ListDestinationsResponse_Error
- type ListDestinationsResponse_Ok
- type MediaServerStartedEvent
- type OtherInstanceDetectedEvent
- type RemoveDestinationCommand
- func (*RemoveDestinationCommand) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveDestinationCommand) GetForce() bool
- func (x *RemoveDestinationCommand) GetId() []byte
- func (*RemoveDestinationCommand) ProtoMessage()
- func (x *RemoveDestinationCommand) ProtoReflect() protoreflect.Message
- func (x *RemoveDestinationCommand) Reset()
- func (x *RemoveDestinationCommand) String() string
- type RemoveDestinationFailedEvent
- func (*RemoveDestinationFailedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveDestinationFailedEvent) GetError() string
- func (x *RemoveDestinationFailedEvent) GetId() []byte
- func (*RemoveDestinationFailedEvent) ProtoMessage()
- func (x *RemoveDestinationFailedEvent) ProtoReflect() protoreflect.Message
- func (x *RemoveDestinationFailedEvent) Reset()
- func (x *RemoveDestinationFailedEvent) String() string
- type RemoveDestinationRequest
- func (*RemoveDestinationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveDestinationRequest) GetCommand() *RemoveDestinationCommand
- func (*RemoveDestinationRequest) ProtoMessage()
- func (x *RemoveDestinationRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveDestinationRequest) Reset()
- func (x *RemoveDestinationRequest) String() string
- type RemoveDestinationResponse
- func (*RemoveDestinationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveDestinationResponse) GetError() *RemoveDestinationFailedEvent
- func (x *RemoveDestinationResponse) GetOk() *DestinationRemovedEvent
- func (m *RemoveDestinationResponse) GetResult() isRemoveDestinationResponse_Result
- func (*RemoveDestinationResponse) ProtoMessage()
- func (x *RemoveDestinationResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveDestinationResponse) Reset()
- func (x *RemoveDestinationResponse) String() string
- type RemoveDestinationResponse_Error
- type RemoveDestinationResponse_Ok
- type Source
- func (*Source) Descriptor() ([]byte, []int)deprecated
- func (x *Source) GetContainer() *Container
- func (x *Source) GetExitReason() string
- func (x *Source) GetLive() bool
- func (x *Source) GetLiveChangedAt() *timestamppb.Timestamp
- func (x *Source) GetRtmpUrl() string
- func (x *Source) GetRtmpsUrl() string
- func (x *Source) GetTracks() []string
- func (*Source) ProtoMessage()
- func (x *Source) ProtoReflect() protoreflect.Message
- func (x *Source) Reset()
- func (x *Source) String() string
- type StartDestinationCommand
- func (*StartDestinationCommand) Descriptor() ([]byte, []int)deprecated
- func (x *StartDestinationCommand) GetId() []byte
- func (*StartDestinationCommand) ProtoMessage()
- func (x *StartDestinationCommand) ProtoReflect() protoreflect.Message
- func (x *StartDestinationCommand) Reset()
- func (x *StartDestinationCommand) String() string
- type StartDestinationFailedEvent
- func (*StartDestinationFailedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *StartDestinationFailedEvent) GetError() string
- func (x *StartDestinationFailedEvent) GetId() []byte
- func (*StartDestinationFailedEvent) ProtoMessage()
- func (x *StartDestinationFailedEvent) ProtoReflect() protoreflect.Message
- func (x *StartDestinationFailedEvent) Reset()
- func (x *StartDestinationFailedEvent) String() string
- type StartDestinationRequest
- func (*StartDestinationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StartDestinationRequest) GetCommand() *StartDestinationCommand
- func (*StartDestinationRequest) ProtoMessage()
- func (x *StartDestinationRequest) ProtoReflect() protoreflect.Message
- func (x *StartDestinationRequest) Reset()
- func (x *StartDestinationRequest) String() string
- type StartDestinationResponse
- func (*StartDestinationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StartDestinationResponse) GetError() *StartDestinationFailedEvent
- func (x *StartDestinationResponse) GetOk() *DestinationStartedEvent
- func (m *StartDestinationResponse) GetResult() isStartDestinationResponse_Result
- func (*StartDestinationResponse) ProtoMessage()
- func (x *StartDestinationResponse) ProtoReflect() protoreflect.Message
- func (x *StartDestinationResponse) Reset()
- func (x *StartDestinationResponse) String() string
- type StartDestinationResponse_Error
- type StartDestinationResponse_Ok
- type StartHandshakeCommand
- type StopDestinationCommand
- func (*StopDestinationCommand) Descriptor() ([]byte, []int)deprecated
- func (x *StopDestinationCommand) GetId() []byte
- func (*StopDestinationCommand) ProtoMessage()
- func (x *StopDestinationCommand) ProtoReflect() protoreflect.Message
- func (x *StopDestinationCommand) Reset()
- func (x *StopDestinationCommand) String() string
- type StopDestinationFailedEvent
- func (*StopDestinationFailedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *StopDestinationFailedEvent) GetError() string
- func (x *StopDestinationFailedEvent) GetId() []byte
- func (*StopDestinationFailedEvent) ProtoMessage()
- func (x *StopDestinationFailedEvent) ProtoReflect() protoreflect.Message
- func (x *StopDestinationFailedEvent) Reset()
- func (x *StopDestinationFailedEvent) String() string
- type StopDestinationRequest
- func (*StopDestinationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StopDestinationRequest) GetCommand() *StopDestinationCommand
- func (*StopDestinationRequest) ProtoMessage()
- func (x *StopDestinationRequest) ProtoReflect() protoreflect.Message
- func (x *StopDestinationRequest) Reset()
- func (x *StopDestinationRequest) String() string
- type StopDestinationResponse
- func (*StopDestinationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StopDestinationResponse) GetError() *StopDestinationFailedEvent
- func (x *StopDestinationResponse) GetOk() *DestinationStoppedEvent
- func (m *StopDestinationResponse) GetResult() isStopDestinationResponse_Result
- func (*StopDestinationResponse) ProtoMessage()
- func (x *StopDestinationResponse) ProtoReflect() protoreflect.Message
- func (x *StopDestinationResponse) Reset()
- func (x *StopDestinationResponse) String() string
- type StopDestinationResponse_Error
- type StopDestinationResponse_Ok
- type UnimplementedInternalAPIServer
- func (UnimplementedInternalAPIServer) AddDestination(context.Context, *AddDestinationRequest) (*AddDestinationResponse, error)
- func (UnimplementedInternalAPIServer) Communicate(InternalAPI_CommunicateServer) error
- func (UnimplementedInternalAPIServer) ListDestinations(context.Context, *ListDestinationsRequest) (*ListDestinationsResponse, error)
- func (UnimplementedInternalAPIServer) RemoveDestination(context.Context, *RemoveDestinationRequest) (*RemoveDestinationResponse, error)
- func (UnimplementedInternalAPIServer) StartDestination(context.Context, *StartDestinationRequest) (*StartDestinationResponse, error)
- func (UnimplementedInternalAPIServer) StopDestination(context.Context, *StopDestinationRequest) (*StopDestinationResponse, error)
- func (UnimplementedInternalAPIServer) UpdateDestination(context.Context, *UpdateDestinationRequest) (*UpdateDestinationResponse, error)
- type UnsafeInternalAPIServer
- type UpdateDestinationCommand
- func (*UpdateDestinationCommand) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDestinationCommand) GetId() []byte
- func (x *UpdateDestinationCommand) GetName() string
- func (x *UpdateDestinationCommand) GetUrl() string
- func (*UpdateDestinationCommand) ProtoMessage()
- func (x *UpdateDestinationCommand) ProtoReflect() protoreflect.Message
- func (x *UpdateDestinationCommand) Reset()
- func (x *UpdateDestinationCommand) String() string
- type UpdateDestinationFailedEvent
- func (*UpdateDestinationFailedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDestinationFailedEvent) GetError() string
- func (x *UpdateDestinationFailedEvent) GetId() []byte
- func (*UpdateDestinationFailedEvent) ProtoMessage()
- func (x *UpdateDestinationFailedEvent) ProtoReflect() protoreflect.Message
- func (x *UpdateDestinationFailedEvent) Reset()
- func (x *UpdateDestinationFailedEvent) String() string
- type UpdateDestinationRequest
- func (*UpdateDestinationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDestinationRequest) GetCommand() *UpdateDestinationCommand
- func (*UpdateDestinationRequest) ProtoMessage()
- func (x *UpdateDestinationRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDestinationRequest) Reset()
- func (x *UpdateDestinationRequest) String() string
- type UpdateDestinationResponse
- func (*UpdateDestinationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDestinationResponse) GetError() *UpdateDestinationFailedEvent
- func (x *UpdateDestinationResponse) GetOk() *DestinationUpdatedEvent
- func (m *UpdateDestinationResponse) GetResult() isUpdateDestinationResponse_Result
- func (*UpdateDestinationResponse) ProtoMessage()
- func (x *UpdateDestinationResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateDestinationResponse) Reset()
- func (x *UpdateDestinationResponse) String() string
- type UpdateDestinationResponse_Error
- type UpdateDestinationResponse_Ok
Constants ¶
This section is empty.
Variables ¶
var ( Destination_Status_name = map[int32]string{ 0: "STATUS_OFF_AIR", 1: "STATUS_STARTING", 2: "STATUS_LIVE", } Destination_Status_value = map[string]int32{ "STATUS_OFF_AIR": 0, "STATUS_STARTING": 1, "STATUS_LIVE": 2, } )
Enum value maps for Destination_Status.
var File_api_proto protoreflect.FileDescriptor
var File_command_proto protoreflect.FileDescriptor
var File_domain_proto protoreflect.FileDescriptor
var File_event_proto protoreflect.FileDescriptor
var InternalAPI_ServiceDesc = grpc.ServiceDesc{ ServiceName: "api.InternalAPI", HandlerType: (*InternalAPIServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListDestinations", Handler: _InternalAPI_ListDestinations_Handler, }, { MethodName: "AddDestination", Handler: _InternalAPI_AddDestination_Handler, }, { MethodName: "UpdateDestination", Handler: _InternalAPI_UpdateDestination_Handler, }, { MethodName: "RemoveDestination", Handler: _InternalAPI_RemoveDestination_Handler, }, { MethodName: "StartDestination", Handler: _InternalAPI_StartDestination_Handler, }, { MethodName: "StopDestination", Handler: _InternalAPI_StopDestination_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "Communicate", Handler: _InternalAPI_Communicate_Handler, ServerStreams: true, ClientStreams: true, }, }, Metadata: "api.proto", }
InternalAPI_ServiceDesc is the grpc.ServiceDesc for InternalAPI service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterInternalAPIServer ¶
func RegisterInternalAPIServer(s grpc.ServiceRegistrar, srv InternalAPIServer)
Types ¶
type AddDestinationCommand ¶
type AddDestinationCommand struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
// contains filtered or unexported fields
}
func (*AddDestinationCommand) Descriptor
deprecated
func (*AddDestinationCommand) Descriptor() ([]byte, []int)
Deprecated: Use AddDestinationCommand.ProtoReflect.Descriptor instead.
func (*AddDestinationCommand) GetName ¶
func (x *AddDestinationCommand) GetName() string
func (*AddDestinationCommand) GetUrl ¶
func (x *AddDestinationCommand) GetUrl() string
func (*AddDestinationCommand) ProtoMessage ¶
func (*AddDestinationCommand) ProtoMessage()
func (*AddDestinationCommand) ProtoReflect ¶
func (x *AddDestinationCommand) ProtoReflect() protoreflect.Message
func (*AddDestinationCommand) Reset ¶
func (x *AddDestinationCommand) Reset()
func (*AddDestinationCommand) String ¶
func (x *AddDestinationCommand) String() string
type AddDestinationFailedEvent ¶
type AddDestinationFailedEvent struct {
Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*AddDestinationFailedEvent) Descriptor
deprecated
func (*AddDestinationFailedEvent) Descriptor() ([]byte, []int)
Deprecated: Use AddDestinationFailedEvent.ProtoReflect.Descriptor instead.
func (*AddDestinationFailedEvent) GetError ¶
func (x *AddDestinationFailedEvent) GetError() string
func (*AddDestinationFailedEvent) GetUrl ¶
func (x *AddDestinationFailedEvent) GetUrl() string
func (*AddDestinationFailedEvent) ProtoMessage ¶
func (*AddDestinationFailedEvent) ProtoMessage()
func (*AddDestinationFailedEvent) ProtoReflect ¶
func (x *AddDestinationFailedEvent) ProtoReflect() protoreflect.Message
func (*AddDestinationFailedEvent) Reset ¶
func (x *AddDestinationFailedEvent) Reset()
func (*AddDestinationFailedEvent) String ¶
func (x *AddDestinationFailedEvent) String() string
type AddDestinationRequest ¶ added in v0.0.12
type AddDestinationRequest struct {
Command *AddDestinationCommand `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
// contains filtered or unexported fields
}
func (*AddDestinationRequest) Descriptor
deprecated
added in
v0.0.12
func (*AddDestinationRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddDestinationRequest.ProtoReflect.Descriptor instead.
func (*AddDestinationRequest) GetCommand ¶ added in v0.0.12
func (x *AddDestinationRequest) GetCommand() *AddDestinationCommand
func (*AddDestinationRequest) ProtoMessage ¶ added in v0.0.12
func (*AddDestinationRequest) ProtoMessage()
func (*AddDestinationRequest) ProtoReflect ¶ added in v0.0.12
func (x *AddDestinationRequest) ProtoReflect() protoreflect.Message
func (*AddDestinationRequest) Reset ¶ added in v0.0.12
func (x *AddDestinationRequest) Reset()
func (*AddDestinationRequest) String ¶ added in v0.0.12
func (x *AddDestinationRequest) String() string
type AddDestinationResponse ¶ added in v0.0.12
type AddDestinationResponse struct {
// Types that are assignable to Result:
//
// *AddDestinationResponse_Ok
// *AddDestinationResponse_Error
Result isAddDestinationResponse_Result `protobuf_oneof:"result"`
// contains filtered or unexported fields
}
func (*AddDestinationResponse) Descriptor
deprecated
added in
v0.0.12
func (*AddDestinationResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddDestinationResponse.ProtoReflect.Descriptor instead.
func (*AddDestinationResponse) GetError ¶ added in v0.0.12
func (x *AddDestinationResponse) GetError() *AddDestinationFailedEvent
func (*AddDestinationResponse) GetOk ¶ added in v0.0.12
func (x *AddDestinationResponse) GetOk() *DestinationAddedEvent
func (*AddDestinationResponse) GetResult ¶ added in v0.0.12
func (m *AddDestinationResponse) GetResult() isAddDestinationResponse_Result
func (*AddDestinationResponse) ProtoMessage ¶ added in v0.0.12
func (*AddDestinationResponse) ProtoMessage()
func (*AddDestinationResponse) ProtoReflect ¶ added in v0.0.12
func (x *AddDestinationResponse) ProtoReflect() protoreflect.Message
func (*AddDestinationResponse) Reset ¶ added in v0.0.12
func (x *AddDestinationResponse) Reset()
func (*AddDestinationResponse) String ¶ added in v0.0.12
func (x *AddDestinationResponse) String() string
type AddDestinationResponse_Error ¶ added in v0.0.12
type AddDestinationResponse_Error struct {
Error *AddDestinationFailedEvent `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}
type AddDestinationResponse_Ok ¶ added in v0.0.12
type AddDestinationResponse_Ok struct {
Ok *DestinationAddedEvent `protobuf:"bytes,1,opt,name=ok,proto3,oneof"`
}
type AppState ¶
type AppState struct {
Source *Source `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
Destinations []*Destination `protobuf:"bytes,2,rep,name=destinations,proto3" json:"destinations,omitempty"`
BuildInfo *BuildInfo `protobuf:"bytes,3,opt,name=build_info,json=buildInfo,proto3" json:"build_info,omitempty"`
// contains filtered or unexported fields
}
func (*AppState) Descriptor
deprecated
func (*AppState) GetBuildInfo ¶
func (*AppState) GetDestinations ¶
func (x *AppState) GetDestinations() []*Destination
func (*AppState) ProtoMessage ¶
func (*AppState) ProtoMessage()
func (*AppState) ProtoReflect ¶
func (x *AppState) ProtoReflect() protoreflect.Message
type AppStateChangedEvent ¶
type AppStateChangedEvent struct {
AppState *AppState `protobuf:"bytes,1,opt,name=app_state,json=appState,proto3" json:"app_state,omitempty"`
// contains filtered or unexported fields
}
func (*AppStateChangedEvent) Descriptor
deprecated
func (*AppStateChangedEvent) Descriptor() ([]byte, []int)
Deprecated: Use AppStateChangedEvent.ProtoReflect.Descriptor instead.
func (*AppStateChangedEvent) GetAppState ¶
func (x *AppStateChangedEvent) GetAppState() *AppState
func (*AppStateChangedEvent) ProtoMessage ¶
func (*AppStateChangedEvent) ProtoMessage()
func (*AppStateChangedEvent) ProtoReflect ¶
func (x *AppStateChangedEvent) ProtoReflect() protoreflect.Message
func (*AppStateChangedEvent) Reset ¶
func (x *AppStateChangedEvent) Reset()
func (*AppStateChangedEvent) String ¶
func (x *AppStateChangedEvent) String() string
type BuildInfo ¶
type BuildInfo struct {
GoVersion string `protobuf:"bytes,1,opt,name=go_version,json=goVersion,proto3" json:"go_version,omitempty"`
Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
Commit string `protobuf:"bytes,3,opt,name=commit,proto3" json:"commit,omitempty"`
Date string `protobuf:"bytes,4,opt,name=date,proto3" json:"date,omitempty"`
// contains filtered or unexported fields
}
func (*BuildInfo) Descriptor
deprecated
func (*BuildInfo) GetGoVersion ¶
func (*BuildInfo) GetVersion ¶
func (*BuildInfo) ProtoMessage ¶
func (*BuildInfo) ProtoMessage()
func (*BuildInfo) ProtoReflect ¶
func (x *BuildInfo) ProtoReflect() protoreflect.Message
type CloseOtherInstancesCommand ¶
type CloseOtherInstancesCommand struct {
// contains filtered or unexported fields
}
func (*CloseOtherInstancesCommand) Descriptor
deprecated
func (*CloseOtherInstancesCommand) Descriptor() ([]byte, []int)
Deprecated: Use CloseOtherInstancesCommand.ProtoReflect.Descriptor instead.
func (*CloseOtherInstancesCommand) ProtoMessage ¶
func (*CloseOtherInstancesCommand) ProtoMessage()
func (*CloseOtherInstancesCommand) ProtoReflect ¶
func (x *CloseOtherInstancesCommand) ProtoReflect() protoreflect.Message
func (*CloseOtherInstancesCommand) Reset ¶
func (x *CloseOtherInstancesCommand) Reset()
func (*CloseOtherInstancesCommand) String ¶
func (x *CloseOtherInstancesCommand) String() string
type Command ¶
type Command struct {
// Types that are assignable to CommandType:
//
// *Command_ListDestinations
// *Command_AddDestination
// *Command_UpdateDestination
// *Command_RemoveDestination
// *Command_StartDestination
// *Command_StopDestination
// *Command_CloseOtherInstances
// *Command_KillServer
// *Command_StartHandshake
CommandType isCommand_CommandType `protobuf_oneof:"command_type"`
// contains filtered or unexported fields
}
func (*Command) Descriptor
deprecated
func (*Command) GetAddDestination ¶
func (x *Command) GetAddDestination() *AddDestinationCommand
func (*Command) GetCloseOtherInstances ¶
func (x *Command) GetCloseOtherInstances() *CloseOtherInstancesCommand
func (*Command) GetCommandType ¶
func (m *Command) GetCommandType() isCommand_CommandType
func (*Command) GetKillServer ¶
func (x *Command) GetKillServer() *KillServerCommand
func (*Command) GetListDestinations ¶ added in v0.0.12
func (x *Command) GetListDestinations() *ListDestinationsCommand
func (*Command) GetRemoveDestination ¶
func (x *Command) GetRemoveDestination() *RemoveDestinationCommand
func (*Command) GetStartDestination ¶
func (x *Command) GetStartDestination() *StartDestinationCommand
func (*Command) GetStartHandshake ¶
func (x *Command) GetStartHandshake() *StartHandshakeCommand
func (*Command) GetStopDestination ¶
func (x *Command) GetStopDestination() *StopDestinationCommand
func (*Command) GetUpdateDestination ¶ added in v0.0.12
func (x *Command) GetUpdateDestination() *UpdateDestinationCommand
func (*Command) ProtoMessage ¶
func (*Command) ProtoMessage()
func (*Command) ProtoReflect ¶
func (x *Command) ProtoReflect() protoreflect.Message
type Command_AddDestination ¶
type Command_AddDestination struct {
AddDestination *AddDestinationCommand `protobuf:"bytes,2,opt,name=add_destination,json=addDestination,proto3,oneof"`
}
type Command_CloseOtherInstances ¶
type Command_CloseOtherInstances struct {
CloseOtherInstances *CloseOtherInstancesCommand `protobuf:"bytes,7,opt,name=close_other_instances,json=closeOtherInstances,proto3,oneof"`
}
type Command_KillServer ¶
type Command_KillServer struct {
KillServer *KillServerCommand `protobuf:"bytes,8,opt,name=kill_server,json=killServer,proto3,oneof"`
}
type Command_ListDestinations ¶ added in v0.0.12
type Command_ListDestinations struct {
ListDestinations *ListDestinationsCommand `protobuf:"bytes,1,opt,name=list_destinations,json=listDestinations,proto3,oneof"`
}
type Command_RemoveDestination ¶
type Command_RemoveDestination struct {
RemoveDestination *RemoveDestinationCommand `protobuf:"bytes,4,opt,name=remove_destination,json=removeDestination,proto3,oneof"`
}
type Command_StartDestination ¶
type Command_StartDestination struct {
StartDestination *StartDestinationCommand `protobuf:"bytes,5,opt,name=start_destination,json=startDestination,proto3,oneof"`
}
type Command_StartHandshake ¶
type Command_StartHandshake struct {
StartHandshake *StartHandshakeCommand `protobuf:"bytes,9,opt,name=start_handshake,json=startHandshake,proto3,oneof"`
}
type Command_StopDestination ¶
type Command_StopDestination struct {
StopDestination *StopDestinationCommand `protobuf:"bytes,6,opt,name=stop_destination,json=stopDestination,proto3,oneof"`
}
type Command_UpdateDestination ¶ added in v0.0.12
type Command_UpdateDestination struct {
UpdateDestination *UpdateDestinationCommand `protobuf:"bytes,3,opt,name=update_destination,json=updateDestination,proto3,oneof"`
}
type Container ¶
type Container struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
HealthState string `protobuf:"bytes,3,opt,name=health_state,json=healthState,proto3" json:"health_state,omitempty"`
CpuPercent float64 `protobuf:"fixed64,4,opt,name=cpu_percent,json=cpuPercent,proto3" json:"cpu_percent,omitempty"`
MemoryUsageBytes uint64 `protobuf:"varint,5,opt,name=memory_usage_bytes,json=memoryUsageBytes,proto3" json:"memory_usage_bytes,omitempty"`
RxRate int32 `protobuf:"varint,6,opt,name=rx_rate,json=rxRate,proto3" json:"rx_rate,omitempty"`
TxRate int32 `protobuf:"varint,7,opt,name=tx_rate,json=txRate,proto3" json:"tx_rate,omitempty"`
RxSince *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=rx_since,json=rxSince,proto3" json:"rx_since,omitempty"`
ImageName string `protobuf:"bytes,9,opt,name=image_name,json=imageName,proto3" json:"image_name,omitempty"`
PullStatus string `protobuf:"bytes,10,opt,name=pull_status,json=pullStatus,proto3" json:"pull_status,omitempty"`
PullProgress string `protobuf:"bytes,11,opt,name=pull_progress,json=pullProgress,proto3" json:"pull_progress,omitempty"`
PullPercent int32 `protobuf:"varint,12,opt,name=pull_percent,json=pullPercent,proto3" json:"pull_percent,omitempty"`
RestartCount int32 `protobuf:"varint,13,opt,name=restart_count,json=restartCount,proto3" json:"restart_count,omitempty"`
ExitCode *int32 `protobuf:"varint,14,opt,name=exit_code,json=exitCode,proto3,oneof" json:"exit_code,omitempty"`
Err string `protobuf:"bytes,15,opt,name=err,proto3" json:"err,omitempty"`
// contains filtered or unexported fields
}
func (*Container) Descriptor
deprecated
func (*Container) GetCpuPercent ¶
func (*Container) GetExitCode ¶
func (*Container) GetHealthState ¶
func (*Container) GetImageName ¶
func (*Container) GetMemoryUsageBytes ¶
func (*Container) GetPullPercent ¶
func (*Container) GetPullProgress ¶
func (*Container) GetPullStatus ¶
func (*Container) GetRestartCount ¶
func (*Container) GetRxSince ¶
func (x *Container) GetRxSince() *timestamppb.Timestamp
func (*Container) ProtoMessage ¶
func (*Container) ProtoMessage()
func (*Container) ProtoReflect ¶
func (x *Container) ProtoReflect() protoreflect.Message
type Destination ¶
type Destination struct {
Container *Container `protobuf:"bytes,1,opt,name=container,proto3" json:"container,omitempty"`
Status Destination_Status `protobuf:"varint,2,opt,name=status,proto3,enum=api.Destination_Status" json:"status,omitempty"`
Id []byte `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
Url string `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"`
// contains filtered or unexported fields
}
func (*Destination) Descriptor
deprecated
func (*Destination) Descriptor() ([]byte, []int)
Deprecated: Use Destination.ProtoReflect.Descriptor instead.
func (*Destination) GetContainer ¶
func (x *Destination) GetContainer() *Container
func (*Destination) GetId ¶ added in v0.0.12
func (x *Destination) GetId() []byte
func (*Destination) GetName ¶
func (x *Destination) GetName() string
func (*Destination) GetStatus ¶
func (x *Destination) GetStatus() Destination_Status
func (*Destination) GetUrl ¶
func (x *Destination) GetUrl() string
func (*Destination) ProtoMessage ¶
func (*Destination) ProtoMessage()
func (*Destination) ProtoReflect ¶
func (x *Destination) ProtoReflect() protoreflect.Message
func (*Destination) Reset ¶
func (x *Destination) Reset()
func (*Destination) String ¶
func (x *Destination) String() string
type DestinationAddedEvent ¶
type DestinationAddedEvent struct {
Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*DestinationAddedEvent) Descriptor
deprecated
func (*DestinationAddedEvent) Descriptor() ([]byte, []int)
Deprecated: Use DestinationAddedEvent.ProtoReflect.Descriptor instead.
func (*DestinationAddedEvent) GetId ¶ added in v0.0.12
func (x *DestinationAddedEvent) GetId() []byte
func (*DestinationAddedEvent) ProtoMessage ¶
func (*DestinationAddedEvent) ProtoMessage()
func (*DestinationAddedEvent) ProtoReflect ¶
func (x *DestinationAddedEvent) ProtoReflect() protoreflect.Message
func (*DestinationAddedEvent) Reset ¶
func (x *DestinationAddedEvent) Reset()
func (*DestinationAddedEvent) String ¶
func (x *DestinationAddedEvent) String() string
type DestinationRemovedEvent ¶
type DestinationRemovedEvent struct {
Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*DestinationRemovedEvent) Descriptor
deprecated
func (*DestinationRemovedEvent) Descriptor() ([]byte, []int)
Deprecated: Use DestinationRemovedEvent.ProtoReflect.Descriptor instead.
func (*DestinationRemovedEvent) GetId ¶ added in v0.0.12
func (x *DestinationRemovedEvent) GetId() []byte
func (*DestinationRemovedEvent) ProtoMessage ¶
func (*DestinationRemovedEvent) ProtoMessage()
func (*DestinationRemovedEvent) ProtoReflect ¶
func (x *DestinationRemovedEvent) ProtoReflect() protoreflect.Message
func (*DestinationRemovedEvent) Reset ¶
func (x *DestinationRemovedEvent) Reset()
func (*DestinationRemovedEvent) String ¶
func (x *DestinationRemovedEvent) String() string
type DestinationStartedEvent ¶ added in v0.0.12
type DestinationStartedEvent struct {
Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*DestinationStartedEvent) Descriptor
deprecated
added in
v0.0.12
func (*DestinationStartedEvent) Descriptor() ([]byte, []int)
Deprecated: Use DestinationStartedEvent.ProtoReflect.Descriptor instead.
func (*DestinationStartedEvent) GetId ¶ added in v0.0.12
func (x *DestinationStartedEvent) GetId() []byte
func (*DestinationStartedEvent) ProtoMessage ¶ added in v0.0.12
func (*DestinationStartedEvent) ProtoMessage()
func (*DestinationStartedEvent) ProtoReflect ¶ added in v0.0.12
func (x *DestinationStartedEvent) ProtoReflect() protoreflect.Message
func (*DestinationStartedEvent) Reset ¶ added in v0.0.12
func (x *DestinationStartedEvent) Reset()
func (*DestinationStartedEvent) String ¶ added in v0.0.12
func (x *DestinationStartedEvent) String() string
type DestinationStoppedEvent ¶ added in v0.0.12
type DestinationStoppedEvent struct {
Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*DestinationStoppedEvent) Descriptor
deprecated
added in
v0.0.12
func (*DestinationStoppedEvent) Descriptor() ([]byte, []int)
Deprecated: Use DestinationStoppedEvent.ProtoReflect.Descriptor instead.
func (*DestinationStoppedEvent) GetId ¶ added in v0.0.12
func (x *DestinationStoppedEvent) GetId() []byte
func (*DestinationStoppedEvent) ProtoMessage ¶ added in v0.0.12
func (*DestinationStoppedEvent) ProtoMessage()
func (*DestinationStoppedEvent) ProtoReflect ¶ added in v0.0.12
func (x *DestinationStoppedEvent) ProtoReflect() protoreflect.Message
func (*DestinationStoppedEvent) Reset ¶ added in v0.0.12
func (x *DestinationStoppedEvent) Reset()
func (*DestinationStoppedEvent) String ¶ added in v0.0.12
func (x *DestinationStoppedEvent) String() string
type DestinationStreamExitedEvent ¶
type DestinationStreamExitedEvent struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*DestinationStreamExitedEvent) Descriptor
deprecated
func (*DestinationStreamExitedEvent) Descriptor() ([]byte, []int)
Deprecated: Use DestinationStreamExitedEvent.ProtoReflect.Descriptor instead.
func (*DestinationStreamExitedEvent) GetError ¶
func (x *DestinationStreamExitedEvent) GetError() string
func (*DestinationStreamExitedEvent) GetName ¶
func (x *DestinationStreamExitedEvent) GetName() string
func (*DestinationStreamExitedEvent) ProtoMessage ¶
func (*DestinationStreamExitedEvent) ProtoMessage()
func (*DestinationStreamExitedEvent) ProtoReflect ¶
func (x *DestinationStreamExitedEvent) ProtoReflect() protoreflect.Message
func (*DestinationStreamExitedEvent) Reset ¶
func (x *DestinationStreamExitedEvent) Reset()
func (*DestinationStreamExitedEvent) String ¶
func (x *DestinationStreamExitedEvent) String() string
type DestinationUpdatedEvent ¶ added in v0.0.12
type DestinationUpdatedEvent struct {
Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*DestinationUpdatedEvent) Descriptor
deprecated
added in
v0.0.12
func (*DestinationUpdatedEvent) Descriptor() ([]byte, []int)
Deprecated: Use DestinationUpdatedEvent.ProtoReflect.Descriptor instead.
func (*DestinationUpdatedEvent) GetId ¶ added in v0.0.12
func (x *DestinationUpdatedEvent) GetId() []byte
func (*DestinationUpdatedEvent) ProtoMessage ¶ added in v0.0.12
func (*DestinationUpdatedEvent) ProtoMessage()
func (*DestinationUpdatedEvent) ProtoReflect ¶ added in v0.0.12
func (x *DestinationUpdatedEvent) ProtoReflect() protoreflect.Message
func (*DestinationUpdatedEvent) Reset ¶ added in v0.0.12
func (x *DestinationUpdatedEvent) Reset()
func (*DestinationUpdatedEvent) String ¶ added in v0.0.12
func (x *DestinationUpdatedEvent) String() string
type Destination_Status ¶
type Destination_Status int32
const ( Destination_STATUS_OFF_AIR Destination_Status = 0 Destination_STATUS_STARTING Destination_Status = 1 Destination_STATUS_LIVE Destination_Status = 2 )
func (Destination_Status) Descriptor ¶
func (Destination_Status) Descriptor() protoreflect.EnumDescriptor
func (Destination_Status) Enum ¶
func (x Destination_Status) Enum() *Destination_Status
func (Destination_Status) EnumDescriptor
deprecated
func (Destination_Status) EnumDescriptor() ([]byte, []int)
Deprecated: Use Destination_Status.Descriptor instead.
func (Destination_Status) Number ¶
func (x Destination_Status) Number() protoreflect.EnumNumber
func (Destination_Status) String ¶
func (x Destination_Status) String() string
func (Destination_Status) Type ¶
func (Destination_Status) Type() protoreflect.EnumType
type DestinationsListedEvent ¶ added in v0.0.12
type DestinationsListedEvent struct {
Destinations []*Destination `protobuf:"bytes,1,rep,name=destinations,proto3" json:"destinations,omitempty"`
// contains filtered or unexported fields
}
func (*DestinationsListedEvent) Descriptor
deprecated
added in
v0.0.12
func (*DestinationsListedEvent) Descriptor() ([]byte, []int)
Deprecated: Use DestinationsListedEvent.ProtoReflect.Descriptor instead.
func (*DestinationsListedEvent) GetDestinations ¶ added in v0.0.12
func (x *DestinationsListedEvent) GetDestinations() []*Destination
func (*DestinationsListedEvent) ProtoMessage ¶ added in v0.0.12
func (*DestinationsListedEvent) ProtoMessage()
func (*DestinationsListedEvent) ProtoReflect ¶ added in v0.0.12
func (x *DestinationsListedEvent) ProtoReflect() protoreflect.Message
func (*DestinationsListedEvent) Reset ¶ added in v0.0.12
func (x *DestinationsListedEvent) Reset()
func (*DestinationsListedEvent) String ¶ added in v0.0.12
func (x *DestinationsListedEvent) String() string
type Envelope ¶
type Envelope struct {
// Types that are assignable to Payload:
//
// *Envelope_Command
// *Envelope_Event
Payload isEnvelope_Payload `protobuf_oneof:"payload"`
// contains filtered or unexported fields
}
func (*Envelope) Descriptor
deprecated
func (*Envelope) GetCommand ¶
func (*Envelope) GetPayload ¶
func (m *Envelope) GetPayload() isEnvelope_Payload
func (*Envelope) ProtoMessage ¶
func (*Envelope) ProtoMessage()
func (*Envelope) ProtoReflect ¶
func (x *Envelope) ProtoReflect() protoreflect.Message
type Envelope_Command ¶
type Envelope_Command struct {
Command *Command `protobuf:"bytes,1,opt,name=command,proto3,oneof"`
}
type Envelope_Event ¶
type Envelope_Event struct {
Event *Event `protobuf:"bytes,2,opt,name=event,proto3,oneof"`
}
type Event ¶
type Event struct {
// Types that are assignable to EventType:
//
// *Event_AppStateChanged
// *Event_DestinationStreamExited
// *Event_DestinationAdded
// *Event_AddDestinationFailed
// *Event_DestinationUpdated
// *Event_UpdateDestinationFailed
// *Event_DestinationRemoved
// *Event_RemoveDestinationFailed
// *Event_DestinationStarted
// *Event_StartDestinationFailed
// *Event_DestinationStopped
// *Event_StopDestinationFailed
// *Event_MediaServerStarted
// *Event_OtherInstanceDetected
// *Event_FatalError
// *Event_HandshakeCompleted
// *Event_DestinationsListed
// *Event_ListDestinationsFailed
EventType isEvent_EventType `protobuf_oneof:"event_type"`
// contains filtered or unexported fields
}
func (*Event) Descriptor
deprecated
func (*Event) GetAddDestinationFailed ¶
func (x *Event) GetAddDestinationFailed() *AddDestinationFailedEvent
func (*Event) GetAppStateChanged ¶
func (x *Event) GetAppStateChanged() *AppStateChangedEvent
func (*Event) GetDestinationAdded ¶
func (x *Event) GetDestinationAdded() *DestinationAddedEvent
func (*Event) GetDestinationRemoved ¶
func (x *Event) GetDestinationRemoved() *DestinationRemovedEvent
func (*Event) GetDestinationStarted ¶ added in v0.0.12
func (x *Event) GetDestinationStarted() *DestinationStartedEvent
func (*Event) GetDestinationStopped ¶ added in v0.0.12
func (x *Event) GetDestinationStopped() *DestinationStoppedEvent
func (*Event) GetDestinationStreamExited ¶
func (x *Event) GetDestinationStreamExited() *DestinationStreamExitedEvent
func (*Event) GetDestinationUpdated ¶ added in v0.0.12
func (x *Event) GetDestinationUpdated() *DestinationUpdatedEvent
func (*Event) GetDestinationsListed ¶ added in v0.0.12
func (x *Event) GetDestinationsListed() *DestinationsListedEvent
func (*Event) GetEventType ¶
func (m *Event) GetEventType() isEvent_EventType
func (*Event) GetFatalError ¶
func (x *Event) GetFatalError() *FatalErrorEvent
func (*Event) GetHandshakeCompleted ¶
func (x *Event) GetHandshakeCompleted() *HandshakeCompletedEvent
func (*Event) GetListDestinationsFailed ¶ added in v0.0.12
func (x *Event) GetListDestinationsFailed() *ListDestinationsFailedEvent
func (*Event) GetMediaServerStarted ¶
func (x *Event) GetMediaServerStarted() *MediaServerStartedEvent
func (*Event) GetOtherInstanceDetected ¶
func (x *Event) GetOtherInstanceDetected() *OtherInstanceDetectedEvent
func (*Event) GetRemoveDestinationFailed ¶
func (x *Event) GetRemoveDestinationFailed() *RemoveDestinationFailedEvent
func (*Event) GetStartDestinationFailed ¶
func (x *Event) GetStartDestinationFailed() *StartDestinationFailedEvent
func (*Event) GetStopDestinationFailed ¶ added in v0.0.12
func (x *Event) GetStopDestinationFailed() *StopDestinationFailedEvent
func (*Event) GetUpdateDestinationFailed ¶ added in v0.0.12
func (x *Event) GetUpdateDestinationFailed() *UpdateDestinationFailedEvent
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
func (*Event) ProtoReflect ¶
func (x *Event) ProtoReflect() protoreflect.Message
type Event_AddDestinationFailed ¶
type Event_AddDestinationFailed struct {
AddDestinationFailed *AddDestinationFailedEvent `protobuf:"bytes,4,opt,name=add_destination_failed,json=addDestinationFailed,proto3,oneof"`
}
type Event_AppStateChanged ¶
type Event_AppStateChanged struct {
AppStateChanged *AppStateChangedEvent `protobuf:"bytes,1,opt,name=app_state_changed,json=appStateChanged,proto3,oneof"`
}
type Event_DestinationAdded ¶
type Event_DestinationAdded struct {
DestinationAdded *DestinationAddedEvent `protobuf:"bytes,3,opt,name=destination_added,json=destinationAdded,proto3,oneof"`
}
type Event_DestinationRemoved ¶
type Event_DestinationRemoved struct {
DestinationRemoved *DestinationRemovedEvent `protobuf:"bytes,7,opt,name=destination_removed,json=destinationRemoved,proto3,oneof"`
}
type Event_DestinationStarted ¶ added in v0.0.12
type Event_DestinationStarted struct {
DestinationStarted *DestinationStartedEvent `protobuf:"bytes,9,opt,name=destination_started,json=destinationStarted,proto3,oneof"`
}
type Event_DestinationStopped ¶ added in v0.0.12
type Event_DestinationStopped struct {
DestinationStopped *DestinationStoppedEvent `protobuf:"bytes,11,opt,name=destination_stopped,json=destinationStopped,proto3,oneof"`
}
type Event_DestinationStreamExited ¶
type Event_DestinationStreamExited struct {
DestinationStreamExited *DestinationStreamExitedEvent `protobuf:"bytes,2,opt,name=destination_stream_exited,json=destinationStreamExited,proto3,oneof"`
}
type Event_DestinationUpdated ¶ added in v0.0.12
type Event_DestinationUpdated struct {
DestinationUpdated *DestinationUpdatedEvent `protobuf:"bytes,5,opt,name=destination_updated,json=destinationUpdated,proto3,oneof"`
}
type Event_DestinationsListed ¶ added in v0.0.12
type Event_DestinationsListed struct {
DestinationsListed *DestinationsListedEvent `protobuf:"bytes,17,opt,name=destinations_listed,json=destinationsListed,proto3,oneof"`
}
type Event_FatalError ¶
type Event_FatalError struct {
FatalError *FatalErrorEvent `protobuf:"bytes,15,opt,name=fatal_error,json=fatalError,proto3,oneof"`
}
type Event_HandshakeCompleted ¶
type Event_HandshakeCompleted struct {
HandshakeCompleted *HandshakeCompletedEvent `protobuf:"bytes,16,opt,name=handshake_completed,json=handshakeCompleted,proto3,oneof"`
}
type Event_ListDestinationsFailed ¶ added in v0.0.12
type Event_ListDestinationsFailed struct {
ListDestinationsFailed *ListDestinationsFailedEvent `protobuf:"bytes,18,opt,name=list_destinations_failed,json=listDestinationsFailed,proto3,oneof"`
}
type Event_MediaServerStarted ¶
type Event_MediaServerStarted struct {
MediaServerStarted *MediaServerStartedEvent `protobuf:"bytes,13,opt,name=media_server_started,json=mediaServerStarted,proto3,oneof"`
}
type Event_OtherInstanceDetected ¶
type Event_OtherInstanceDetected struct {
OtherInstanceDetected *OtherInstanceDetectedEvent `protobuf:"bytes,14,opt,name=other_instance_detected,json=otherInstanceDetected,proto3,oneof"`
}
type Event_RemoveDestinationFailed ¶
type Event_RemoveDestinationFailed struct {
RemoveDestinationFailed *RemoveDestinationFailedEvent `protobuf:"bytes,8,opt,name=remove_destination_failed,json=removeDestinationFailed,proto3,oneof"`
}
type Event_StartDestinationFailed ¶
type Event_StartDestinationFailed struct {
StartDestinationFailed *StartDestinationFailedEvent `protobuf:"bytes,10,opt,name=start_destination_failed,json=startDestinationFailed,proto3,oneof"`
}
type Event_StopDestinationFailed ¶ added in v0.0.12
type Event_StopDestinationFailed struct {
StopDestinationFailed *StopDestinationFailedEvent `protobuf:"bytes,12,opt,name=stop_destination_failed,json=stopDestinationFailed,proto3,oneof"`
}
type Event_UpdateDestinationFailed ¶ added in v0.0.12
type Event_UpdateDestinationFailed struct {
UpdateDestinationFailed *UpdateDestinationFailedEvent `protobuf:"bytes,6,opt,name=update_destination_failed,json=updateDestinationFailed,proto3,oneof"`
}
type FatalErrorEvent ¶
type FatalErrorEvent struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
// contains filtered or unexported fields
}
func (*FatalErrorEvent) Descriptor
deprecated
func (*FatalErrorEvent) Descriptor() ([]byte, []int)
Deprecated: Use FatalErrorEvent.ProtoReflect.Descriptor instead.
func (*FatalErrorEvent) GetMessage ¶
func (x *FatalErrorEvent) GetMessage() string
func (*FatalErrorEvent) ProtoMessage ¶
func (*FatalErrorEvent) ProtoMessage()
func (*FatalErrorEvent) ProtoReflect ¶
func (x *FatalErrorEvent) ProtoReflect() protoreflect.Message
func (*FatalErrorEvent) Reset ¶
func (x *FatalErrorEvent) Reset()
func (*FatalErrorEvent) String ¶
func (x *FatalErrorEvent) String() string
type HandshakeCompletedEvent ¶
type HandshakeCompletedEvent struct {
// contains filtered or unexported fields
}
func (*HandshakeCompletedEvent) Descriptor
deprecated
func (*HandshakeCompletedEvent) Descriptor() ([]byte, []int)
Deprecated: Use HandshakeCompletedEvent.ProtoReflect.Descriptor instead.
func (*HandshakeCompletedEvent) ProtoMessage ¶
func (*HandshakeCompletedEvent) ProtoMessage()
func (*HandshakeCompletedEvent) ProtoReflect ¶
func (x *HandshakeCompletedEvent) ProtoReflect() protoreflect.Message
func (*HandshakeCompletedEvent) Reset ¶
func (x *HandshakeCompletedEvent) Reset()
func (*HandshakeCompletedEvent) String ¶
func (x *HandshakeCompletedEvent) String() string
type InternalAPIClient ¶
type InternalAPIClient interface {
Communicate(ctx context.Context, opts ...grpc.CallOption) (InternalAPI_CommunicateClient, error)
ListDestinations(ctx context.Context, in *ListDestinationsRequest, opts ...grpc.CallOption) (*ListDestinationsResponse, error)
AddDestination(ctx context.Context, in *AddDestinationRequest, opts ...grpc.CallOption) (*AddDestinationResponse, error)
UpdateDestination(ctx context.Context, in *UpdateDestinationRequest, opts ...grpc.CallOption) (*UpdateDestinationResponse, error)
RemoveDestination(ctx context.Context, in *RemoveDestinationRequest, opts ...grpc.CallOption) (*RemoveDestinationResponse, error)
StartDestination(ctx context.Context, in *StartDestinationRequest, opts ...grpc.CallOption) (*StartDestinationResponse, error)
StopDestination(ctx context.Context, in *StopDestinationRequest, opts ...grpc.CallOption) (*StopDestinationResponse, error)
}
InternalAPIClient is the client API for InternalAPI service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewInternalAPIClient ¶
func NewInternalAPIClient(cc grpc.ClientConnInterface) InternalAPIClient
type InternalAPIServer ¶
type InternalAPIServer interface {
Communicate(InternalAPI_CommunicateServer) error
ListDestinations(context.Context, *ListDestinationsRequest) (*ListDestinationsResponse, error)
AddDestination(context.Context, *AddDestinationRequest) (*AddDestinationResponse, error)
UpdateDestination(context.Context, *UpdateDestinationRequest) (*UpdateDestinationResponse, error)
RemoveDestination(context.Context, *RemoveDestinationRequest) (*RemoveDestinationResponse, error)
StartDestination(context.Context, *StartDestinationRequest) (*StartDestinationResponse, error)
StopDestination(context.Context, *StopDestinationRequest) (*StopDestinationResponse, error)
// contains filtered or unexported methods
}
InternalAPIServer is the server API for InternalAPI service. All implementations must embed UnimplementedInternalAPIServer for forward compatibility
type KillServerCommand ¶
type KillServerCommand struct {
// contains filtered or unexported fields
}
func (*KillServerCommand) Descriptor
deprecated
func (*KillServerCommand) Descriptor() ([]byte, []int)
Deprecated: Use KillServerCommand.ProtoReflect.Descriptor instead.
func (*KillServerCommand) ProtoMessage ¶
func (*KillServerCommand) ProtoMessage()
func (*KillServerCommand) ProtoReflect ¶
func (x *KillServerCommand) ProtoReflect() protoreflect.Message
func (*KillServerCommand) Reset ¶
func (x *KillServerCommand) Reset()
func (*KillServerCommand) String ¶
func (x *KillServerCommand) String() string
type ListDestinationsCommand ¶ added in v0.0.12
type ListDestinationsCommand struct {
// contains filtered or unexported fields
}
func (*ListDestinationsCommand) Descriptor
deprecated
added in
v0.0.12
func (*ListDestinationsCommand) Descriptor() ([]byte, []int)
Deprecated: Use ListDestinationsCommand.ProtoReflect.Descriptor instead.
func (*ListDestinationsCommand) ProtoMessage ¶ added in v0.0.12
func (*ListDestinationsCommand) ProtoMessage()
func (*ListDestinationsCommand) ProtoReflect ¶ added in v0.0.12
func (x *ListDestinationsCommand) ProtoReflect() protoreflect.Message
func (*ListDestinationsCommand) Reset ¶ added in v0.0.12
func (x *ListDestinationsCommand) Reset()
func (*ListDestinationsCommand) String ¶ added in v0.0.12
func (x *ListDestinationsCommand) String() string
type ListDestinationsFailedEvent ¶ added in v0.0.12
type ListDestinationsFailedEvent struct {
Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*ListDestinationsFailedEvent) Descriptor
deprecated
added in
v0.0.12
func (*ListDestinationsFailedEvent) Descriptor() ([]byte, []int)
Deprecated: Use ListDestinationsFailedEvent.ProtoReflect.Descriptor instead.
func (*ListDestinationsFailedEvent) GetError ¶ added in v0.0.12
func (x *ListDestinationsFailedEvent) GetError() string
func (*ListDestinationsFailedEvent) ProtoMessage ¶ added in v0.0.12
func (*ListDestinationsFailedEvent) ProtoMessage()
func (*ListDestinationsFailedEvent) ProtoReflect ¶ added in v0.0.12
func (x *ListDestinationsFailedEvent) ProtoReflect() protoreflect.Message
func (*ListDestinationsFailedEvent) Reset ¶ added in v0.0.12
func (x *ListDestinationsFailedEvent) Reset()
func (*ListDestinationsFailedEvent) String ¶ added in v0.0.12
func (x *ListDestinationsFailedEvent) String() string
type ListDestinationsRequest ¶ added in v0.0.12
type ListDestinationsRequest struct {
Command *ListDestinationsCommand `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
// contains filtered or unexported fields
}
func (*ListDestinationsRequest) Descriptor
deprecated
added in
v0.0.12
func (*ListDestinationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDestinationsRequest.ProtoReflect.Descriptor instead.
func (*ListDestinationsRequest) GetCommand ¶ added in v0.0.12
func (x *ListDestinationsRequest) GetCommand() *ListDestinationsCommand
func (*ListDestinationsRequest) ProtoMessage ¶ added in v0.0.12
func (*ListDestinationsRequest) ProtoMessage()
func (*ListDestinationsRequest) ProtoReflect ¶ added in v0.0.12
func (x *ListDestinationsRequest) ProtoReflect() protoreflect.Message
func (*ListDestinationsRequest) Reset ¶ added in v0.0.12
func (x *ListDestinationsRequest) Reset()
func (*ListDestinationsRequest) String ¶ added in v0.0.12
func (x *ListDestinationsRequest) String() string
type ListDestinationsResponse ¶ added in v0.0.12
type ListDestinationsResponse struct {
// Types that are assignable to Result:
//
// *ListDestinationsResponse_Ok
// *ListDestinationsResponse_Error
Result isListDestinationsResponse_Result `protobuf_oneof:"result"`
// contains filtered or unexported fields
}
func (*ListDestinationsResponse) Descriptor
deprecated
added in
v0.0.12
func (*ListDestinationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListDestinationsResponse.ProtoReflect.Descriptor instead.
func (*ListDestinationsResponse) GetError ¶ added in v0.0.12
func (x *ListDestinationsResponse) GetError() *ListDestinationsFailedEvent
func (*ListDestinationsResponse) GetOk ¶ added in v0.0.12
func (x *ListDestinationsResponse) GetOk() *DestinationsListedEvent
func (*ListDestinationsResponse) GetResult ¶ added in v0.0.12
func (m *ListDestinationsResponse) GetResult() isListDestinationsResponse_Result
func (*ListDestinationsResponse) ProtoMessage ¶ added in v0.0.12
func (*ListDestinationsResponse) ProtoMessage()
func (*ListDestinationsResponse) ProtoReflect ¶ added in v0.0.12
func (x *ListDestinationsResponse) ProtoReflect() protoreflect.Message
func (*ListDestinationsResponse) Reset ¶ added in v0.0.12
func (x *ListDestinationsResponse) Reset()
func (*ListDestinationsResponse) String ¶ added in v0.0.12
func (x *ListDestinationsResponse) String() string
type ListDestinationsResponse_Error ¶ added in v0.0.12
type ListDestinationsResponse_Error struct {
Error *ListDestinationsFailedEvent `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}
type ListDestinationsResponse_Ok ¶ added in v0.0.12
type ListDestinationsResponse_Ok struct {
Ok *DestinationsListedEvent `protobuf:"bytes,1,opt,name=ok,proto3,oneof"`
}
type MediaServerStartedEvent ¶
type MediaServerStartedEvent struct {
// contains filtered or unexported fields
}
func (*MediaServerStartedEvent) Descriptor
deprecated
func (*MediaServerStartedEvent) Descriptor() ([]byte, []int)
Deprecated: Use MediaServerStartedEvent.ProtoReflect.Descriptor instead.
func (*MediaServerStartedEvent) ProtoMessage ¶
func (*MediaServerStartedEvent) ProtoMessage()
func (*MediaServerStartedEvent) ProtoReflect ¶
func (x *MediaServerStartedEvent) ProtoReflect() protoreflect.Message
func (*MediaServerStartedEvent) Reset ¶
func (x *MediaServerStartedEvent) Reset()
func (*MediaServerStartedEvent) String ¶
func (x *MediaServerStartedEvent) String() string
type OtherInstanceDetectedEvent ¶
type OtherInstanceDetectedEvent struct {
// contains filtered or unexported fields
}
func (*OtherInstanceDetectedEvent) Descriptor
deprecated
func (*OtherInstanceDetectedEvent) Descriptor() ([]byte, []int)
Deprecated: Use OtherInstanceDetectedEvent.ProtoReflect.Descriptor instead.
func (*OtherInstanceDetectedEvent) ProtoMessage ¶
func (*OtherInstanceDetectedEvent) ProtoMessage()
func (*OtherInstanceDetectedEvent) ProtoReflect ¶
func (x *OtherInstanceDetectedEvent) ProtoReflect() protoreflect.Message
func (*OtherInstanceDetectedEvent) Reset ¶
func (x *OtherInstanceDetectedEvent) Reset()
func (*OtherInstanceDetectedEvent) String ¶
func (x *OtherInstanceDetectedEvent) String() string
type RemoveDestinationCommand ¶
type RemoveDestinationCommand struct {
Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Force bool `protobuf:"varint,2,opt,name=force,proto3" json:"force,omitempty"`
// contains filtered or unexported fields
}
func (*RemoveDestinationCommand) Descriptor
deprecated
func (*RemoveDestinationCommand) Descriptor() ([]byte, []int)
Deprecated: Use RemoveDestinationCommand.ProtoReflect.Descriptor instead.
func (*RemoveDestinationCommand) GetForce ¶ added in v0.0.12
func (x *RemoveDestinationCommand) GetForce() bool
func (*RemoveDestinationCommand) GetId ¶ added in v0.0.12
func (x *RemoveDestinationCommand) GetId() []byte
func (*RemoveDestinationCommand) ProtoMessage ¶
func (*RemoveDestinationCommand) ProtoMessage()
func (*RemoveDestinationCommand) ProtoReflect ¶
func (x *RemoveDestinationCommand) ProtoReflect() protoreflect.Message
func (*RemoveDestinationCommand) Reset ¶
func (x *RemoveDestinationCommand) Reset()
func (*RemoveDestinationCommand) String ¶
func (x *RemoveDestinationCommand) String() string
type RemoveDestinationFailedEvent ¶
type RemoveDestinationFailedEvent struct {
Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*RemoveDestinationFailedEvent) Descriptor
deprecated
func (*RemoveDestinationFailedEvent) Descriptor() ([]byte, []int)
Deprecated: Use RemoveDestinationFailedEvent.ProtoReflect.Descriptor instead.
func (*RemoveDestinationFailedEvent) GetError ¶
func (x *RemoveDestinationFailedEvent) GetError() string
func (*RemoveDestinationFailedEvent) GetId ¶ added in v0.0.12
func (x *RemoveDestinationFailedEvent) GetId() []byte
func (*RemoveDestinationFailedEvent) ProtoMessage ¶
func (*RemoveDestinationFailedEvent) ProtoMessage()
func (*RemoveDestinationFailedEvent) ProtoReflect ¶
func (x *RemoveDestinationFailedEvent) ProtoReflect() protoreflect.Message
func (*RemoveDestinationFailedEvent) Reset ¶
func (x *RemoveDestinationFailedEvent) Reset()
func (*RemoveDestinationFailedEvent) String ¶
func (x *RemoveDestinationFailedEvent) String() string
type RemoveDestinationRequest ¶ added in v0.0.12
type RemoveDestinationRequest struct {
Command *RemoveDestinationCommand `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
// contains filtered or unexported fields
}
func (*RemoveDestinationRequest) Descriptor
deprecated
added in
v0.0.12
func (*RemoveDestinationRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveDestinationRequest.ProtoReflect.Descriptor instead.
func (*RemoveDestinationRequest) GetCommand ¶ added in v0.0.12
func (x *RemoveDestinationRequest) GetCommand() *RemoveDestinationCommand
func (*RemoveDestinationRequest) ProtoMessage ¶ added in v0.0.12
func (*RemoveDestinationRequest) ProtoMessage()
func (*RemoveDestinationRequest) ProtoReflect ¶ added in v0.0.12
func (x *RemoveDestinationRequest) ProtoReflect() protoreflect.Message
func (*RemoveDestinationRequest) Reset ¶ added in v0.0.12
func (x *RemoveDestinationRequest) Reset()
func (*RemoveDestinationRequest) String ¶ added in v0.0.12
func (x *RemoveDestinationRequest) String() string
type RemoveDestinationResponse ¶ added in v0.0.12
type RemoveDestinationResponse struct {
// Types that are assignable to Result:
//
// *RemoveDestinationResponse_Ok
// *RemoveDestinationResponse_Error
Result isRemoveDestinationResponse_Result `protobuf_oneof:"result"`
// contains filtered or unexported fields
}
func (*RemoveDestinationResponse) Descriptor
deprecated
added in
v0.0.12
func (*RemoveDestinationResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveDestinationResponse.ProtoReflect.Descriptor instead.
func (*RemoveDestinationResponse) GetError ¶ added in v0.0.12
func (x *RemoveDestinationResponse) GetError() *RemoveDestinationFailedEvent
func (*RemoveDestinationResponse) GetOk ¶ added in v0.0.12
func (x *RemoveDestinationResponse) GetOk() *DestinationRemovedEvent
func (*RemoveDestinationResponse) GetResult ¶ added in v0.0.12
func (m *RemoveDestinationResponse) GetResult() isRemoveDestinationResponse_Result
func (*RemoveDestinationResponse) ProtoMessage ¶ added in v0.0.12
func (*RemoveDestinationResponse) ProtoMessage()
func (*RemoveDestinationResponse) ProtoReflect ¶ added in v0.0.12
func (x *RemoveDestinationResponse) ProtoReflect() protoreflect.Message
func (*RemoveDestinationResponse) Reset ¶ added in v0.0.12
func (x *RemoveDestinationResponse) Reset()
func (*RemoveDestinationResponse) String ¶ added in v0.0.12
func (x *RemoveDestinationResponse) String() string
type RemoveDestinationResponse_Error ¶ added in v0.0.12
type RemoveDestinationResponse_Error struct {
Error *RemoveDestinationFailedEvent `protobuf:"bytes,3,opt,name=error,proto3,oneof"`
}
type RemoveDestinationResponse_Ok ¶ added in v0.0.12
type RemoveDestinationResponse_Ok struct {
Ok *DestinationRemovedEvent `protobuf:"bytes,2,opt,name=ok,proto3,oneof"`
}
type Source ¶
type Source struct {
Container *Container `protobuf:"bytes,1,opt,name=container,proto3" json:"container,omitempty"`
Live bool `protobuf:"varint,2,opt,name=live,proto3" json:"live,omitempty"`
LiveChangedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=live_changed_at,json=liveChangedAt,proto3" json:"live_changed_at,omitempty"`
Tracks []string `protobuf:"bytes,4,rep,name=tracks,proto3" json:"tracks,omitempty"`
ExitReason string `protobuf:"bytes,5,opt,name=exit_reason,json=exitReason,proto3" json:"exit_reason,omitempty"`
RtmpUrl string `protobuf:"bytes,6,opt,name=rtmp_url,json=rtmpUrl,proto3" json:"rtmp_url,omitempty"`
RtmpsUrl string `protobuf:"bytes,7,opt,name=rtmps_url,json=rtmpsUrl,proto3" json:"rtmps_url,omitempty"`
// contains filtered or unexported fields
}
func (*Source) Descriptor
deprecated
func (*Source) GetContainer ¶
func (*Source) GetExitReason ¶
func (*Source) GetLiveChangedAt ¶
func (x *Source) GetLiveChangedAt() *timestamppb.Timestamp
func (*Source) GetRtmpUrl ¶
func (*Source) GetRtmpsUrl ¶
func (*Source) ProtoMessage ¶
func (*Source) ProtoMessage()
func (*Source) ProtoReflect ¶
func (x *Source) ProtoReflect() protoreflect.Message
type StartDestinationCommand ¶
type StartDestinationCommand struct {
Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*StartDestinationCommand) Descriptor
deprecated
func (*StartDestinationCommand) Descriptor() ([]byte, []int)
Deprecated: Use StartDestinationCommand.ProtoReflect.Descriptor instead.
func (*StartDestinationCommand) GetId ¶ added in v0.0.12
func (x *StartDestinationCommand) GetId() []byte
func (*StartDestinationCommand) ProtoMessage ¶
func (*StartDestinationCommand) ProtoMessage()
func (*StartDestinationCommand) ProtoReflect ¶
func (x *StartDestinationCommand) ProtoReflect() protoreflect.Message
func (*StartDestinationCommand) Reset ¶
func (x *StartDestinationCommand) Reset()
func (*StartDestinationCommand) String ¶
func (x *StartDestinationCommand) String() string
type StartDestinationFailedEvent ¶
type StartDestinationFailedEvent struct {
Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*StartDestinationFailedEvent) Descriptor
deprecated
func (*StartDestinationFailedEvent) Descriptor() ([]byte, []int)
Deprecated: Use StartDestinationFailedEvent.ProtoReflect.Descriptor instead.
func (*StartDestinationFailedEvent) GetError ¶ added in v0.0.12
func (x *StartDestinationFailedEvent) GetError() string
func (*StartDestinationFailedEvent) GetId ¶ added in v0.0.12
func (x *StartDestinationFailedEvent) GetId() []byte
func (*StartDestinationFailedEvent) ProtoMessage ¶
func (*StartDestinationFailedEvent) ProtoMessage()
func (*StartDestinationFailedEvent) ProtoReflect ¶
func (x *StartDestinationFailedEvent) ProtoReflect() protoreflect.Message
func (*StartDestinationFailedEvent) Reset ¶
func (x *StartDestinationFailedEvent) Reset()
func (*StartDestinationFailedEvent) String ¶
func (x *StartDestinationFailedEvent) String() string
type StartDestinationRequest ¶ added in v0.0.12
type StartDestinationRequest struct {
Command *StartDestinationCommand `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
// contains filtered or unexported fields
}
func (*StartDestinationRequest) Descriptor
deprecated
added in
v0.0.12
func (*StartDestinationRequest) Descriptor() ([]byte, []int)
Deprecated: Use StartDestinationRequest.ProtoReflect.Descriptor instead.
func (*StartDestinationRequest) GetCommand ¶ added in v0.0.12
func (x *StartDestinationRequest) GetCommand() *StartDestinationCommand
func (*StartDestinationRequest) ProtoMessage ¶ added in v0.0.12
func (*StartDestinationRequest) ProtoMessage()
func (*StartDestinationRequest) ProtoReflect ¶ added in v0.0.12
func (x *StartDestinationRequest) ProtoReflect() protoreflect.Message
func (*StartDestinationRequest) Reset ¶ added in v0.0.12
func (x *StartDestinationRequest) Reset()
func (*StartDestinationRequest) String ¶ added in v0.0.12
func (x *StartDestinationRequest) String() string
type StartDestinationResponse ¶ added in v0.0.12
type StartDestinationResponse struct {
// Types that are assignable to Result:
//
// *StartDestinationResponse_Ok
// *StartDestinationResponse_Error
Result isStartDestinationResponse_Result `protobuf_oneof:"result"`
// contains filtered or unexported fields
}
func (*StartDestinationResponse) Descriptor
deprecated
added in
v0.0.12
func (*StartDestinationResponse) Descriptor() ([]byte, []int)
Deprecated: Use StartDestinationResponse.ProtoReflect.Descriptor instead.
func (*StartDestinationResponse) GetError ¶ added in v0.0.12
func (x *StartDestinationResponse) GetError() *StartDestinationFailedEvent
func (*StartDestinationResponse) GetOk ¶ added in v0.0.12
func (x *StartDestinationResponse) GetOk() *DestinationStartedEvent
func (*StartDestinationResponse) GetResult ¶ added in v0.0.12
func (m *StartDestinationResponse) GetResult() isStartDestinationResponse_Result
func (*StartDestinationResponse) ProtoMessage ¶ added in v0.0.12
func (*StartDestinationResponse) ProtoMessage()
func (*StartDestinationResponse) ProtoReflect ¶ added in v0.0.12
func (x *StartDestinationResponse) ProtoReflect() protoreflect.Message
func (*StartDestinationResponse) Reset ¶ added in v0.0.12
func (x *StartDestinationResponse) Reset()
func (*StartDestinationResponse) String ¶ added in v0.0.12
func (x *StartDestinationResponse) String() string
type StartDestinationResponse_Error ¶ added in v0.0.12
type StartDestinationResponse_Error struct {
Error *StartDestinationFailedEvent `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}
type StartDestinationResponse_Ok ¶ added in v0.0.12
type StartDestinationResponse_Ok struct {
Ok *DestinationStartedEvent `protobuf:"bytes,1,opt,name=ok,proto3,oneof"`
}
type StartHandshakeCommand ¶
type StartHandshakeCommand struct {
// contains filtered or unexported fields
}
func (*StartHandshakeCommand) Descriptor
deprecated
func (*StartHandshakeCommand) Descriptor() ([]byte, []int)
Deprecated: Use StartHandshakeCommand.ProtoReflect.Descriptor instead.
func (*StartHandshakeCommand) ProtoMessage ¶
func (*StartHandshakeCommand) ProtoMessage()
func (*StartHandshakeCommand) ProtoReflect ¶
func (x *StartHandshakeCommand) ProtoReflect() protoreflect.Message
func (*StartHandshakeCommand) Reset ¶
func (x *StartHandshakeCommand) Reset()
func (*StartHandshakeCommand) String ¶
func (x *StartHandshakeCommand) String() string
type StopDestinationCommand ¶
type StopDestinationCommand struct {
Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*StopDestinationCommand) Descriptor
deprecated
func (*StopDestinationCommand) Descriptor() ([]byte, []int)
Deprecated: Use StopDestinationCommand.ProtoReflect.Descriptor instead.
func (*StopDestinationCommand) GetId ¶ added in v0.0.12
func (x *StopDestinationCommand) GetId() []byte
func (*StopDestinationCommand) ProtoMessage ¶
func (*StopDestinationCommand) ProtoMessage()
func (*StopDestinationCommand) ProtoReflect ¶
func (x *StopDestinationCommand) ProtoReflect() protoreflect.Message
func (*StopDestinationCommand) Reset ¶
func (x *StopDestinationCommand) Reset()
func (*StopDestinationCommand) String ¶
func (x *StopDestinationCommand) String() string
type StopDestinationFailedEvent ¶ added in v0.0.12
type StopDestinationFailedEvent struct {
Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*StopDestinationFailedEvent) Descriptor
deprecated
added in
v0.0.12
func (*StopDestinationFailedEvent) Descriptor() ([]byte, []int)
Deprecated: Use StopDestinationFailedEvent.ProtoReflect.Descriptor instead.
func (*StopDestinationFailedEvent) GetError ¶ added in v0.0.12
func (x *StopDestinationFailedEvent) GetError() string
func (*StopDestinationFailedEvent) GetId ¶ added in v0.0.12
func (x *StopDestinationFailedEvent) GetId() []byte
func (*StopDestinationFailedEvent) ProtoMessage ¶ added in v0.0.12
func (*StopDestinationFailedEvent) ProtoMessage()
func (*StopDestinationFailedEvent) ProtoReflect ¶ added in v0.0.12
func (x *StopDestinationFailedEvent) ProtoReflect() protoreflect.Message
func (*StopDestinationFailedEvent) Reset ¶ added in v0.0.12
func (x *StopDestinationFailedEvent) Reset()
func (*StopDestinationFailedEvent) String ¶ added in v0.0.12
func (x *StopDestinationFailedEvent) String() string
type StopDestinationRequest ¶ added in v0.0.12
type StopDestinationRequest struct {
Command *StopDestinationCommand `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
// contains filtered or unexported fields
}
func (*StopDestinationRequest) Descriptor
deprecated
added in
v0.0.12
func (*StopDestinationRequest) Descriptor() ([]byte, []int)
Deprecated: Use StopDestinationRequest.ProtoReflect.Descriptor instead.
func (*StopDestinationRequest) GetCommand ¶ added in v0.0.12
func (x *StopDestinationRequest) GetCommand() *StopDestinationCommand
func (*StopDestinationRequest) ProtoMessage ¶ added in v0.0.12
func (*StopDestinationRequest) ProtoMessage()
func (*StopDestinationRequest) ProtoReflect ¶ added in v0.0.12
func (x *StopDestinationRequest) ProtoReflect() protoreflect.Message
func (*StopDestinationRequest) Reset ¶ added in v0.0.12
func (x *StopDestinationRequest) Reset()
func (*StopDestinationRequest) String ¶ added in v0.0.12
func (x *StopDestinationRequest) String() string
type StopDestinationResponse ¶ added in v0.0.12
type StopDestinationResponse struct {
// Types that are assignable to Result:
//
// *StopDestinationResponse_Ok
// *StopDestinationResponse_Error
Result isStopDestinationResponse_Result `protobuf_oneof:"result"`
// contains filtered or unexported fields
}
func (*StopDestinationResponse) Descriptor
deprecated
added in
v0.0.12
func (*StopDestinationResponse) Descriptor() ([]byte, []int)
Deprecated: Use StopDestinationResponse.ProtoReflect.Descriptor instead.
func (*StopDestinationResponse) GetError ¶ added in v0.0.12
func (x *StopDestinationResponse) GetError() *StopDestinationFailedEvent
func (*StopDestinationResponse) GetOk ¶ added in v0.0.12
func (x *StopDestinationResponse) GetOk() *DestinationStoppedEvent
func (*StopDestinationResponse) GetResult ¶ added in v0.0.12
func (m *StopDestinationResponse) GetResult() isStopDestinationResponse_Result
func (*StopDestinationResponse) ProtoMessage ¶ added in v0.0.12
func (*StopDestinationResponse) ProtoMessage()
func (*StopDestinationResponse) ProtoReflect ¶ added in v0.0.12
func (x *StopDestinationResponse) ProtoReflect() protoreflect.Message
func (*StopDestinationResponse) Reset ¶ added in v0.0.12
func (x *StopDestinationResponse) Reset()
func (*StopDestinationResponse) String ¶ added in v0.0.12
func (x *StopDestinationResponse) String() string
type StopDestinationResponse_Error ¶ added in v0.0.12
type StopDestinationResponse_Error struct {
Error *StopDestinationFailedEvent `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}
type StopDestinationResponse_Ok ¶ added in v0.0.12
type StopDestinationResponse_Ok struct {
Ok *DestinationStoppedEvent `protobuf:"bytes,1,opt,name=ok,proto3,oneof"`
}
type UnimplementedInternalAPIServer ¶
type UnimplementedInternalAPIServer struct {
}
UnimplementedInternalAPIServer must be embedded to have forward compatible implementations.
func (UnimplementedInternalAPIServer) AddDestination ¶ added in v0.0.12
func (UnimplementedInternalAPIServer) AddDestination(context.Context, *AddDestinationRequest) (*AddDestinationResponse, error)
func (UnimplementedInternalAPIServer) Communicate ¶
func (UnimplementedInternalAPIServer) Communicate(InternalAPI_CommunicateServer) error
func (UnimplementedInternalAPIServer) ListDestinations ¶ added in v0.0.12
func (UnimplementedInternalAPIServer) ListDestinations(context.Context, *ListDestinationsRequest) (*ListDestinationsResponse, error)
func (UnimplementedInternalAPIServer) RemoveDestination ¶ added in v0.0.12
func (UnimplementedInternalAPIServer) RemoveDestination(context.Context, *RemoveDestinationRequest) (*RemoveDestinationResponse, error)
func (UnimplementedInternalAPIServer) StartDestination ¶ added in v0.0.12
func (UnimplementedInternalAPIServer) StartDestination(context.Context, *StartDestinationRequest) (*StartDestinationResponse, error)
func (UnimplementedInternalAPIServer) StopDestination ¶ added in v0.0.12
func (UnimplementedInternalAPIServer) StopDestination(context.Context, *StopDestinationRequest) (*StopDestinationResponse, error)
func (UnimplementedInternalAPIServer) UpdateDestination ¶ added in v0.0.12
func (UnimplementedInternalAPIServer) UpdateDestination(context.Context, *UpdateDestinationRequest) (*UpdateDestinationResponse, error)
type UnsafeInternalAPIServer ¶
type UnsafeInternalAPIServer interface {
// contains filtered or unexported methods
}
UnsafeInternalAPIServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to InternalAPIServer will result in compilation errors.
type UpdateDestinationCommand ¶ added in v0.0.12
type UpdateDestinationCommand struct {
Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Name *string `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name,omitempty"`
Url *string `protobuf:"bytes,3,opt,name=url,proto3,oneof" json:"url,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateDestinationCommand) Descriptor
deprecated
added in
v0.0.12
func (*UpdateDestinationCommand) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDestinationCommand.ProtoReflect.Descriptor instead.
func (*UpdateDestinationCommand) GetId ¶ added in v0.0.12
func (x *UpdateDestinationCommand) GetId() []byte
func (*UpdateDestinationCommand) GetName ¶ added in v0.0.12
func (x *UpdateDestinationCommand) GetName() string
func (*UpdateDestinationCommand) GetUrl ¶ added in v0.0.12
func (x *UpdateDestinationCommand) GetUrl() string
func (*UpdateDestinationCommand) ProtoMessage ¶ added in v0.0.12
func (*UpdateDestinationCommand) ProtoMessage()
func (*UpdateDestinationCommand) ProtoReflect ¶ added in v0.0.12
func (x *UpdateDestinationCommand) ProtoReflect() protoreflect.Message
func (*UpdateDestinationCommand) Reset ¶ added in v0.0.12
func (x *UpdateDestinationCommand) Reset()
func (*UpdateDestinationCommand) String ¶ added in v0.0.12
func (x *UpdateDestinationCommand) String() string
type UpdateDestinationFailedEvent ¶ added in v0.0.12
type UpdateDestinationFailedEvent struct {
Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateDestinationFailedEvent) Descriptor
deprecated
added in
v0.0.12
func (*UpdateDestinationFailedEvent) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDestinationFailedEvent.ProtoReflect.Descriptor instead.
func (*UpdateDestinationFailedEvent) GetError ¶ added in v0.0.12
func (x *UpdateDestinationFailedEvent) GetError() string
func (*UpdateDestinationFailedEvent) GetId ¶ added in v0.0.12
func (x *UpdateDestinationFailedEvent) GetId() []byte
func (*UpdateDestinationFailedEvent) ProtoMessage ¶ added in v0.0.12
func (*UpdateDestinationFailedEvent) ProtoMessage()
func (*UpdateDestinationFailedEvent) ProtoReflect ¶ added in v0.0.12
func (x *UpdateDestinationFailedEvent) ProtoReflect() protoreflect.Message
func (*UpdateDestinationFailedEvent) Reset ¶ added in v0.0.12
func (x *UpdateDestinationFailedEvent) Reset()
func (*UpdateDestinationFailedEvent) String ¶ added in v0.0.12
func (x *UpdateDestinationFailedEvent) String() string
type UpdateDestinationRequest ¶ added in v0.0.12
type UpdateDestinationRequest struct {
Command *UpdateDestinationCommand `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateDestinationRequest) Descriptor
deprecated
added in
v0.0.12
func (*UpdateDestinationRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDestinationRequest.ProtoReflect.Descriptor instead.
func (*UpdateDestinationRequest) GetCommand ¶ added in v0.0.12
func (x *UpdateDestinationRequest) GetCommand() *UpdateDestinationCommand
func (*UpdateDestinationRequest) ProtoMessage ¶ added in v0.0.12
func (*UpdateDestinationRequest) ProtoMessage()
func (*UpdateDestinationRequest) ProtoReflect ¶ added in v0.0.12
func (x *UpdateDestinationRequest) ProtoReflect() protoreflect.Message
func (*UpdateDestinationRequest) Reset ¶ added in v0.0.12
func (x *UpdateDestinationRequest) Reset()
func (*UpdateDestinationRequest) String ¶ added in v0.0.12
func (x *UpdateDestinationRequest) String() string
type UpdateDestinationResponse ¶ added in v0.0.12
type UpdateDestinationResponse struct {
// Types that are assignable to Result:
//
// *UpdateDestinationResponse_Ok
// *UpdateDestinationResponse_Error
Result isUpdateDestinationResponse_Result `protobuf_oneof:"result"`
// contains filtered or unexported fields
}
func (*UpdateDestinationResponse) Descriptor
deprecated
added in
v0.0.12
func (*UpdateDestinationResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDestinationResponse.ProtoReflect.Descriptor instead.
func (*UpdateDestinationResponse) GetError ¶ added in v0.0.12
func (x *UpdateDestinationResponse) GetError() *UpdateDestinationFailedEvent
func (*UpdateDestinationResponse) GetOk ¶ added in v0.0.12
func (x *UpdateDestinationResponse) GetOk() *DestinationUpdatedEvent
func (*UpdateDestinationResponse) GetResult ¶ added in v0.0.12
func (m *UpdateDestinationResponse) GetResult() isUpdateDestinationResponse_Result
func (*UpdateDestinationResponse) ProtoMessage ¶ added in v0.0.12
func (*UpdateDestinationResponse) ProtoMessage()
func (*UpdateDestinationResponse) ProtoReflect ¶ added in v0.0.12
func (x *UpdateDestinationResponse) ProtoReflect() protoreflect.Message
func (*UpdateDestinationResponse) Reset ¶ added in v0.0.12
func (x *UpdateDestinationResponse) Reset()
func (*UpdateDestinationResponse) String ¶ added in v0.0.12
func (x *UpdateDestinationResponse) String() string
type UpdateDestinationResponse_Error ¶ added in v0.0.12
type UpdateDestinationResponse_Error struct {
Error *UpdateDestinationFailedEvent `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}
type UpdateDestinationResponse_Ok ¶ added in v0.0.12
type UpdateDestinationResponse_Ok struct {
Ok *DestinationUpdatedEvent `protobuf:"bytes,1,opt,name=ok,proto3,oneof"`
}