Versions in this module Expand all Collapse all v1 v1.0.1 Jun 26, 2022 Changes in this version + var File_app_observatory_command_command_proto protoreflect.FileDescriptor + var ObservatoryService_ServiceDesc = grpc.ServiceDesc + func RegisterObservatoryServiceServer(s grpc.ServiceRegistrar, srv ObservatoryServiceServer) + type Config struct + func (*Config) Descriptor() ([]byte, []int) + func (*Config) ProtoMessage() + func (x *Config) ProtoReflect() protoreflect.Message + func (x *Config) Reset() + func (x *Config) String() string + type GetOutboundStatusRequest struct + func (*GetOutboundStatusRequest) Descriptor() ([]byte, []int) + func (*GetOutboundStatusRequest) ProtoMessage() + func (x *GetOutboundStatusRequest) ProtoReflect() protoreflect.Message + func (x *GetOutboundStatusRequest) Reset() + func (x *GetOutboundStatusRequest) String() string + type GetOutboundStatusResponse struct + Status *observatory.ObservationResult + func (*GetOutboundStatusResponse) Descriptor() ([]byte, []int) + func (*GetOutboundStatusResponse) ProtoMessage() + func (x *GetOutboundStatusResponse) GetStatus() *observatory.ObservationResult + func (x *GetOutboundStatusResponse) ProtoReflect() protoreflect.Message + func (x *GetOutboundStatusResponse) Reset() + func (x *GetOutboundStatusResponse) String() string + type ObservatoryServiceClient interface + GetOutboundStatus func(ctx context.Context, in *GetOutboundStatusRequest, opts ...grpc.CallOption) (*GetOutboundStatusResponse, error) + func NewObservatoryServiceClient(cc grpc.ClientConnInterface) ObservatoryServiceClient + type ObservatoryServiceServer interface + GetOutboundStatus func(context.Context, *GetOutboundStatusRequest) (*GetOutboundStatusResponse, error) + type UnimplementedObservatoryServiceServer struct + func (UnimplementedObservatoryServiceServer) GetOutboundStatus(context.Context, *GetOutboundStatusRequest) (*GetOutboundStatusResponse, error) + type UnsafeObservatoryServiceServer interface