Versions in this module Expand all Collapse all v0 v0.1.0 Dec 14, 2023 Changes in this version + var File_proto_services_init_proto protoreflect.FileDescriptor + var InitStatus_State_name = map[int32]string + var InitStatus_State_value = map[string]int32 + type InitRequest struct + Debug bool + DependencyEndpointGroup *base.EndpointGroup + Identity *ServiceIdentity + Location string + func (*InitRequest) Descriptor() ([]byte, []int) + func (*InitRequest) ProtoMessage() + func (x *InitRequest) GetDebug() bool + func (x *InitRequest) GetDependencyEndpointGroup() *base.EndpointGroup + func (x *InitRequest) GetIdentity() *ServiceIdentity + func (x *InitRequest) GetLocation() string + func (x *InitRequest) ProtoReflect() protoreflect.Message + func (x *InitRequest) Reset() + func (x *InitRequest) String() string + type InitStatus struct + Message string + State InitStatus_State + func (*InitStatus) Descriptor() ([]byte, []int) + func (*InitStatus) ProtoMessage() + func (x *InitStatus) GetMessage() string + func (x *InitStatus) GetState() InitStatus_State + func (x *InitStatus) ProtoReflect() protoreflect.Message + func (x *InitStatus) Reset() + func (x *InitStatus) String() string + type InitStatus_State int32 + const InitStatus_ERROR + const InitStatus_READY + const InitStatus_UNKNOWN + func (InitStatus_State) Descriptor() protoreflect.EnumDescriptor + func (InitStatus_State) EnumDescriptor() ([]byte, []int) + func (InitStatus_State) Type() protoreflect.EnumType + func (x InitStatus_State) Enum() *InitStatus_State + func (x InitStatus_State) Number() protoreflect.EnumNumber + func (x InitStatus_State) String() string + type ServiceIdentity struct + Application string + Domain string + Name string + Namespace string + func (*ServiceIdentity) Descriptor() ([]byte, []int) + func (*ServiceIdentity) ProtoMessage() + func (x *ServiceIdentity) GetApplication() string + func (x *ServiceIdentity) GetDomain() string + func (x *ServiceIdentity) GetName() string + func (x *ServiceIdentity) GetNamespace() string + func (x *ServiceIdentity) ProtoReflect() protoreflect.Message + func (x *ServiceIdentity) Reset() + func (x *ServiceIdentity) String() string + type Version struct + Version string + func (*Version) Descriptor() ([]byte, []int) + func (*Version) ProtoMessage() + func (x *Version) GetVersion() string + func (x *Version) ProtoReflect() protoreflect.Message + func (x *Version) Reset() + func (x *Version) String() string v0.0.51 Dec 15, 2023