Documentation
¶
Index ¶
- Variables
- func RegisterSuperUserPasswordServer(s *grpc.Server, srv SuperUserPasswordServer)
- func RegisterWaitServer(s *grpc.Server, srv WaitServer)
- type KeepPatientResponse
- type SuperUserPasswordClient
- type SuperUserPasswordRequest
- type SuperUserPasswordResponse
- func (*SuperUserPasswordResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SuperUserPasswordResponse) GetFeatureDisabled() bool
- func (x *SuperUserPasswordResponse) GetSuperUserPassword() string
- func (*SuperUserPasswordResponse) ProtoMessage()
- func (x *SuperUserPasswordResponse) ProtoReflect() protoreflect.Message
- func (x *SuperUserPasswordResponse) Reset()
- func (x *SuperUserPasswordResponse) String() string
- type SuperUserPasswordServer
- type UnimplementedSuperUserPasswordServer
- type UnimplementedWaitServer
- type WaitClient
- type WaitRequest
- type WaitServer
- type Wait_WaitClient
- type Wait_WaitServer
Constants ¶
This section is empty.
Variables ¶
var File_api_v1_supwd_proto protoreflect.FileDescriptor
var File_api_v1_wait_proto protoreflect.FileDescriptor
Functions ¶
func RegisterSuperUserPasswordServer ¶ added in v0.10.2
func RegisterSuperUserPasswordServer(s *grpc.Server, srv SuperUserPasswordServer)
func RegisterWaitServer ¶
func RegisterWaitServer(s *grpc.Server, srv WaitServer)
Types ¶
type KeepPatientResponse ¶ added in v0.8.2
type KeepPatientResponse struct {
// contains filtered or unexported fields
}
func (*KeepPatientResponse) Descriptor
deprecated
added in
v0.8.2
func (*KeepPatientResponse) Descriptor() ([]byte, []int)
Deprecated: Use KeepPatientResponse.ProtoReflect.Descriptor instead.
func (*KeepPatientResponse) ProtoMessage ¶ added in v0.8.2
func (*KeepPatientResponse) ProtoMessage()
func (*KeepPatientResponse) ProtoReflect ¶ added in v0.8.2
func (x *KeepPatientResponse) ProtoReflect() protoreflect.Message
func (*KeepPatientResponse) Reset ¶ added in v0.8.2
func (x *KeepPatientResponse) Reset()
func (*KeepPatientResponse) String ¶ added in v0.8.2
func (x *KeepPatientResponse) String() string
type SuperUserPasswordClient ¶ added in v0.10.2
type SuperUserPasswordClient interface {
FetchSuperUserPassword(ctx context.Context, in *SuperUserPasswordRequest, opts ...grpc.CallOption) (*SuperUserPasswordResponse, error)
}
SuperUserPasswordClient is the client API for SuperUserPassword service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewSuperUserPasswordClient ¶ added in v0.10.2
func NewSuperUserPasswordClient(cc grpc.ClientConnInterface) SuperUserPasswordClient
type SuperUserPasswordRequest ¶ added in v0.10.2
type SuperUserPasswordRequest struct {
// contains filtered or unexported fields
}
func (*SuperUserPasswordRequest) Descriptor
deprecated
added in
v0.10.2
func (*SuperUserPasswordRequest) Descriptor() ([]byte, []int)
Deprecated: Use SuperUserPasswordRequest.ProtoReflect.Descriptor instead.
func (*SuperUserPasswordRequest) ProtoMessage ¶ added in v0.10.2
func (*SuperUserPasswordRequest) ProtoMessage()
func (*SuperUserPasswordRequest) ProtoReflect ¶ added in v0.10.2
func (x *SuperUserPasswordRequest) ProtoReflect() protoreflect.Message
func (*SuperUserPasswordRequest) Reset ¶ added in v0.10.2
func (x *SuperUserPasswordRequest) Reset()
func (*SuperUserPasswordRequest) String ¶ added in v0.10.2
func (x *SuperUserPasswordRequest) String() string
type SuperUserPasswordResponse ¶ added in v0.10.2
type SuperUserPasswordResponse struct {
FeatureDisabled bool `protobuf:"varint,1,opt,name=featureDisabled,proto3" json:"featureDisabled,omitempty"`
SuperUserPassword string `protobuf:"bytes,2,opt,name=superUserPassword,proto3" json:"superUserPassword,omitempty"`
// contains filtered or unexported fields
}
func (*SuperUserPasswordResponse) Descriptor
deprecated
added in
v0.10.2
func (*SuperUserPasswordResponse) Descriptor() ([]byte, []int)
Deprecated: Use SuperUserPasswordResponse.ProtoReflect.Descriptor instead.
func (*SuperUserPasswordResponse) GetFeatureDisabled ¶ added in v0.10.2
func (x *SuperUserPasswordResponse) GetFeatureDisabled() bool
func (*SuperUserPasswordResponse) GetSuperUserPassword ¶ added in v0.10.2
func (x *SuperUserPasswordResponse) GetSuperUserPassword() string
func (*SuperUserPasswordResponse) ProtoMessage ¶ added in v0.10.2
func (*SuperUserPasswordResponse) ProtoMessage()
func (*SuperUserPasswordResponse) ProtoReflect ¶ added in v0.10.2
func (x *SuperUserPasswordResponse) ProtoReflect() protoreflect.Message
func (*SuperUserPasswordResponse) Reset ¶ added in v0.10.2
func (x *SuperUserPasswordResponse) Reset()
func (*SuperUserPasswordResponse) String ¶ added in v0.10.2
func (x *SuperUserPasswordResponse) String() string
type SuperUserPasswordServer ¶ added in v0.10.2
type SuperUserPasswordServer interface {
FetchSuperUserPassword(context.Context, *SuperUserPasswordRequest) (*SuperUserPasswordResponse, error)
}
SuperUserPasswordServer is the server API for SuperUserPassword service.
type UnimplementedSuperUserPasswordServer ¶ added in v0.10.2
type UnimplementedSuperUserPasswordServer struct {
}
UnimplementedSuperUserPasswordServer can be embedded to have forward compatible implementations.
func (*UnimplementedSuperUserPasswordServer) FetchSuperUserPassword ¶ added in v0.10.2
func (*UnimplementedSuperUserPasswordServer) FetchSuperUserPassword(context.Context, *SuperUserPasswordRequest) (*SuperUserPasswordResponse, error)
type UnimplementedWaitServer ¶
type UnimplementedWaitServer struct {
}
UnimplementedWaitServer can be embedded to have forward compatible implementations.
func (*UnimplementedWaitServer) Wait ¶
func (*UnimplementedWaitServer) Wait(*WaitRequest, Wait_WaitServer) error
type WaitClient ¶
type WaitClient interface {
Wait(ctx context.Context, in *WaitRequest, opts ...grpc.CallOption) (Wait_WaitClient, error)
}
WaitClient is the client API for Wait service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewWaitClient ¶
func NewWaitClient(cc grpc.ClientConnInterface) WaitClient
type WaitRequest ¶
type WaitRequest struct {
MachineID string `protobuf:"bytes,1,opt,name=machineID,proto3" json:"machineID,omitempty"`
// contains filtered or unexported fields
}
func (*WaitRequest) Descriptor
deprecated
func (*WaitRequest) Descriptor() ([]byte, []int)
Deprecated: Use WaitRequest.ProtoReflect.Descriptor instead.
func (*WaitRequest) GetMachineID ¶
func (x *WaitRequest) GetMachineID() string
func (*WaitRequest) ProtoMessage ¶
func (*WaitRequest) ProtoMessage()
func (*WaitRequest) ProtoReflect ¶
func (x *WaitRequest) ProtoReflect() protoreflect.Message
func (*WaitRequest) Reset ¶
func (x *WaitRequest) Reset()
func (*WaitRequest) String ¶
func (x *WaitRequest) String() string
type WaitServer ¶
type WaitServer interface {
Wait(*WaitRequest, Wait_WaitServer) error
}
WaitServer is the server API for Wait service.
type Wait_WaitClient ¶
type Wait_WaitClient interface {
Recv() (*KeepPatientResponse, error)
grpc.ClientStream
}
type Wait_WaitServer ¶
type Wait_WaitServer interface {
Send(*KeepPatientResponse) error
grpc.ServerStream
}