Documentation
¶
Index ¶
- Variables
- type InitRequest
- func (*InitRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InitRequest) GetDebug() bool
- func (x *InitRequest) GetDependencyEndpointGroup() *base.EndpointGroup
- func (x *InitRequest) GetIdentity() *ServiceIdentity
- func (x *InitRequest) GetLocation() string
- func (*InitRequest) ProtoMessage()
- func (x *InitRequest) ProtoReflect() protoreflect.Message
- func (x *InitRequest) Reset()
- func (x *InitRequest) String() string
- type ServiceIdentity
- func (*ServiceIdentity) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceIdentity) GetApplication() string
- func (x *ServiceIdentity) GetDomain() string
- func (x *ServiceIdentity) GetName() string
- func (x *ServiceIdentity) GetNamespace() string
- func (*ServiceIdentity) ProtoMessage()
- func (x *ServiceIdentity) ProtoReflect() protoreflect.Message
- func (x *ServiceIdentity) Reset()
- func (x *ServiceIdentity) String() string
- type Version
Constants ¶
This section is empty.
Variables ¶
View Source
var File_services_init_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type InitRequest ¶
type InitRequest struct { Debug bool `protobuf:"varint,1,opt,name=debug,proto3" json:"debug,omitempty"` // Developer debug // Location of the service on the filesystem Location string `protobuf:"bytes,2,opt,name=location,proto3" json:"location,omitempty"` // Identity of the service Identity *ServiceIdentity `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"` // Dependency EndpointGroup DependencyEndpointGroup *base.EndpointGroup `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
func (*InitRequest) Descriptor
deprecated
func (*InitRequest) Descriptor() ([]byte, []int)
Deprecated: Use InitRequest.ProtoReflect.Descriptor instead.
func (*InitRequest) GetDebug ¶
func (x *InitRequest) GetDebug() bool
func (*InitRequest) GetDependencyEndpointGroup ¶
func (x *InitRequest) GetDependencyEndpointGroup() *base.EndpointGroup
func (*InitRequest) GetIdentity ¶
func (x *InitRequest) GetIdentity() *ServiceIdentity
func (*InitRequest) GetLocation ¶
func (x *InitRequest) GetLocation() string
func (*InitRequest) ProtoMessage ¶
func (*InitRequest) ProtoMessage()
func (*InitRequest) ProtoReflect ¶
func (x *InitRequest) ProtoReflect() protoreflect.Message
func (*InitRequest) Reset ¶
func (x *InitRequest) Reset()
func (*InitRequest) String ¶
func (x *InitRequest) String() string
type ServiceIdentity ¶
type ServiceIdentity struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The name of the service Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"` // The domain of the service Application string `protobuf:"bytes,3,opt,name=application,proto3" json:"application,omitempty"` // The application of the service | logical partitioning Namespace string `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"` // The namespace of the service | resource partitioning // contains filtered or unexported fields }
func (*ServiceIdentity) Descriptor
deprecated
func (*ServiceIdentity) Descriptor() ([]byte, []int)
Deprecated: Use ServiceIdentity.ProtoReflect.Descriptor instead.
func (*ServiceIdentity) GetApplication ¶
func (x *ServiceIdentity) GetApplication() string
func (*ServiceIdentity) GetDomain ¶
func (x *ServiceIdentity) GetDomain() string
func (*ServiceIdentity) GetName ¶
func (x *ServiceIdentity) GetName() string
func (*ServiceIdentity) GetNamespace ¶
func (x *ServiceIdentity) GetNamespace() string
func (*ServiceIdentity) ProtoMessage ¶
func (*ServiceIdentity) ProtoMessage()
func (*ServiceIdentity) ProtoReflect ¶
func (x *ServiceIdentity) ProtoReflect() protoreflect.Message
func (*ServiceIdentity) Reset ¶
func (x *ServiceIdentity) Reset()
func (*ServiceIdentity) String ¶
func (x *ServiceIdentity) String() string
type Version ¶
type Version struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*Version) Descriptor
deprecated
func (*Version) GetVersion ¶
func (*Version) ProtoMessage ¶
func (*Version) ProtoMessage()
func (*Version) ProtoReflect ¶
func (x *Version) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.