Versions in this module Expand all Collapse all v0 v0.1.0 Dec 14, 2023 v0.0.51 Dec 15, 2023 Changes in this version + var Agent_Kind_name = map[int32]string + var Agent_Kind_value = map[string]int32 + var File_proto_base_agent_proto protoreflect.FileDescriptor + var File_proto_base_application_proto protoreflect.FileDescriptor + var File_proto_base_endpoint_proto protoreflect.FileDescriptor + var File_proto_base_environment_proto protoreflect.FileDescriptor + var File_proto_base_organization_proto protoreflect.FileDescriptor + var File_proto_base_project_proto protoreflect.FileDescriptor + var File_proto_base_service_proto protoreflect.FileDescriptor + var File_proto_base_sessions_proto protoreflect.FileDescriptor + var HTTPMethod_name = map[int32]string + var HTTPMethod_value = map[string]int32 + type API struct + Value isAPI_Value + func (*API) Descriptor() ([]byte, []int) + func (*API) ProtoMessage() + func (m *API) GetValue() isAPI_Value + func (x *API) GetGrpc() *GrpcAPI + func (x *API) GetRest() *RestAPI + func (x *API) GetTcp() *TcpAPI + func (x *API) ProtoReflect() protoreflect.Message + func (x *API) Reset() + func (x *API) String() string + type API_Grpc struct + Grpc *GrpcAPI + type API_Rest struct + Rest *RestAPI + type API_Tcp struct + Tcp *TcpAPI + type Agent struct + Kind Agent_Kind + Name string + Publisher string + Version string + func (*Agent) Descriptor() ([]byte, []int) + func (*Agent) ProtoMessage() + func (x *Agent) GetKind() Agent_Kind + func (x *Agent) GetName() string + func (x *Agent) GetPublisher() string + func (x *Agent) GetVersion() string + func (x *Agent) ProtoReflect() protoreflect.Message + func (x *Agent) Reset() + func (x *Agent) String() string + type Agent_Kind int32 + const Agent_SERVICE + const Agent_UNKNOWN + func (Agent_Kind) Descriptor() protoreflect.EnumDescriptor + func (Agent_Kind) EnumDescriptor() ([]byte, []int) + func (Agent_Kind) Type() protoreflect.EnumType + func (x Agent_Kind) Enum() *Agent_Kind + func (x Agent_Kind) Number() protoreflect.EnumNumber + func (x Agent_Kind) String() string + type Application struct + Description string + Name string + Project string + Services []*Service + func (*Application) Descriptor() ([]byte, []int) + func (*Application) ProtoMessage() + func (x *Application) GetDescription() string + func (x *Application) GetName() string + func (x *Application) GetProject() string + func (x *Application) GetServices() []*Service + func (x *Application) ProtoReflect() protoreflect.Message + func (x *Application) Reset() + func (x *Application) String() string + type ApplicationEndpointGroup struct + Name string + Public bool + ServiceEndpointGroups []*ServiceEndpointGroup + func (*ApplicationEndpointGroup) Descriptor() ([]byte, []int) + func (*ApplicationEndpointGroup) ProtoMessage() + func (x *ApplicationEndpointGroup) GetName() string + func (x *ApplicationEndpointGroup) GetPublic() bool + func (x *ApplicationEndpointGroup) GetServiceEndpointGroups() []*ServiceEndpointGroup + func (x *ApplicationEndpointGroup) ProtoReflect() protoreflect.Message + func (x *ApplicationEndpointGroup) Reset() + func (x *ApplicationEndpointGroup) String() string + type ApplicationSnapshot struct + Name string + Project *ProjectSnapshot + Uuid string + func (*ApplicationSnapshot) Descriptor() ([]byte, []int) + func (*ApplicationSnapshot) ProtoMessage() + func (x *ApplicationSnapshot) GetName() string + func (x *ApplicationSnapshot) GetProject() *ProjectSnapshot + func (x *ApplicationSnapshot) GetUuid() string + func (x *ApplicationSnapshot) ProtoReflect() protoreflect.Message + func (x *ApplicationSnapshot) Reset() + func (x *ApplicationSnapshot) String() string + type Endpoint struct + Api *API + Application string + Description string + Name string + Namespace string + Service string + Visibility string + func (*Endpoint) Descriptor() ([]byte, []int) + func (*Endpoint) ProtoMessage() + func (x *Endpoint) GetApi() *API + func (x *Endpoint) GetApplication() string + func (x *Endpoint) GetDescription() string + func (x *Endpoint) GetName() string + func (x *Endpoint) GetNamespace() string + func (x *Endpoint) GetService() string + func (x *Endpoint) GetVisibility() string + func (x *Endpoint) ProtoReflect() protoreflect.Message + func (x *Endpoint) Reset() + func (x *Endpoint) String() string + type EndpointGroup struct + ApplicationEndpointGroup []*ApplicationEndpointGroup + func (*EndpointGroup) Descriptor() ([]byte, []int) + func (*EndpointGroup) ProtoMessage() + func (x *EndpointGroup) GetApplicationEndpointGroup() []*ApplicationEndpointGroup + func (x *EndpointGroup) ProtoReflect() protoreflect.Message + func (x *EndpointGroup) Reset() + func (x *EndpointGroup) String() string + type Environment struct + Description string + Name string + func (*Environment) Descriptor() ([]byte, []int) + func (*Environment) ProtoMessage() + func (x *Environment) GetDescription() string + func (x *Environment) GetName() string + func (x *Environment) ProtoReflect() protoreflect.Message + func (x *Environment) Reset() + func (x *Environment) String() string + type GrpcAPI struct + Proto []byte + Rpcs []*RPC + func (*GrpcAPI) Descriptor() ([]byte, []int) + func (*GrpcAPI) ProtoMessage() + func (x *GrpcAPI) GetProto() []byte + func (x *GrpcAPI) GetRpcs() []*RPC + func (x *GrpcAPI) ProtoReflect() protoreflect.Message + func (x *GrpcAPI) Reset() + func (x *GrpcAPI) String() string + type HTTPMethod int32 + const HTTPMethod_CONNECT + const HTTPMethod_DELETE + const HTTPMethod_GET + const HTTPMethod_HEAD + const HTTPMethod_OPTIONS + const HTTPMethod_PATCH + const HTTPMethod_POST + const HTTPMethod_PUT + const HTTPMethod_TRACE + func (HTTPMethod) Descriptor() protoreflect.EnumDescriptor + func (HTTPMethod) EnumDescriptor() ([]byte, []int) + func (HTTPMethod) Type() protoreflect.EnumType + func (x HTTPMethod) Enum() *HTTPMethod + func (x HTTPMethod) Number() protoreflect.EnumNumber + func (x HTTPMethod) String() string + type HttpAPI struct + func (*HttpAPI) Descriptor() ([]byte, []int) + func (*HttpAPI) ProtoMessage() + func (x *HttpAPI) ProtoReflect() protoreflect.Message + func (x *HttpAPI) Reset() + func (x *HttpAPI) String() string + type Organization struct + Domain string + Name string + func (*Organization) Descriptor() ([]byte, []int) + func (*Organization) ProtoMessage() + func (x *Organization) GetDomain() string + func (x *Organization) GetName() string + func (x *Organization) ProtoReflect() protoreflect.Message + func (x *Organization) Reset() + func (x *Organization) String() string + type PartialSnapshot struct + Applications []*ApplicationSnapshot + Name string + Project *ProjectSnapshot + Uuid string + func (*PartialSnapshot) Descriptor() ([]byte, []int) + func (*PartialSnapshot) ProtoMessage() + func (x *PartialSnapshot) GetApplications() []*ApplicationSnapshot + func (x *PartialSnapshot) GetName() string + func (x *PartialSnapshot) GetProject() *ProjectSnapshot + func (x *PartialSnapshot) GetUuid() string + func (x *PartialSnapshot) ProtoReflect() protoreflect.Message + func (x *PartialSnapshot) Reset() + func (x *PartialSnapshot) String() string + type Project struct + Applications []*Application + Description string + Name string + Organization *Organization + func (*Project) Descriptor() ([]byte, []int) + func (*Project) ProtoMessage() + func (x *Project) GetApplications() []*Application + func (x *Project) GetDescription() string + func (x *Project) GetName() string + func (x *Project) GetOrganization() *Organization + func (x *Project) ProtoReflect() protoreflect.Message + func (x *Project) Reset() + func (x *Project) String() string + type ProjectSnapshot struct + Name string + Uuid string + func (*ProjectSnapshot) Descriptor() ([]byte, []int) + func (*ProjectSnapshot) ProtoMessage() + func (x *ProjectSnapshot) GetName() string + func (x *ProjectSnapshot) GetUuid() string + func (x *ProjectSnapshot) ProtoReflect() protoreflect.Message + func (x *ProjectSnapshot) Reset() + func (x *ProjectSnapshot) String() string + type RPC struct + Name string + func (*RPC) Descriptor() ([]byte, []int) + func (*RPC) ProtoMessage() + func (x *RPC) GetName() string + func (x *RPC) ProtoReflect() protoreflect.Message + func (x *RPC) Reset() + func (x *RPC) String() string + type RestAPI struct + Openapi []byte + Routes []*RestRoute + func (*RestAPI) Descriptor() ([]byte, []int) + func (*RestAPI) ProtoMessage() + func (x *RestAPI) GetOpenapi() []byte + func (x *RestAPI) GetRoutes() []*RestRoute + func (x *RestAPI) ProtoReflect() protoreflect.Message + func (x *RestAPI) Reset() + func (x *RestAPI) String() string + type RestRoute struct + Methods []HTTPMethod + Path string + func (*RestRoute) Descriptor() ([]byte, []int) + func (*RestRoute) ProtoMessage() + func (x *RestRoute) GetMethods() []HTTPMethod + func (x *RestRoute) GetPath() string + func (x *RestRoute) ProtoReflect() protoreflect.Message + func (x *RestRoute) Reset() + func (x *RestRoute) String() string + type Service struct + Application string + Description string + Endpoints []*Endpoint + Name string + func (*Service) Descriptor() ([]byte, []int) + func (*Service) ProtoMessage() + func (x *Service) GetApplication() string + func (x *Service) GetDescription() string + func (x *Service) GetEndpoints() []*Endpoint + func (x *Service) GetName() string + func (x *Service) ProtoReflect() protoreflect.Message + func (x *Service) Reset() + func (x *Service) String() string + type ServiceEndpointGroup struct + Endpoints []*Endpoint + Name string + Public bool + func (*ServiceEndpointGroup) Descriptor() ([]byte, []int) + func (*ServiceEndpointGroup) ProtoMessage() + func (x *ServiceEndpointGroup) GetEndpoints() []*Endpoint + func (x *ServiceEndpointGroup) GetName() string + func (x *ServiceEndpointGroup) GetPublic() bool + func (x *ServiceEndpointGroup) ProtoReflect() protoreflect.Message + func (x *ServiceEndpointGroup) Reset() + func (x *ServiceEndpointGroup) String() string + type ServiceIdentity struct + Application string + Domain string + Location 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) GetLocation() 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 Session struct + At *timestamppb.Timestamp + Session isSession_Session + Uuid string + func (*Session) Descriptor() ([]byte, []int) + func (*Session) ProtoMessage() + func (m *Session) GetSession() isSession_Session + func (x *Session) GetApplication() *ApplicationSnapshot + func (x *Session) GetAt() *timestamppb.Timestamp + func (x *Session) GetPartial() *PartialSnapshot + func (x *Session) GetUuid() string + func (x *Session) ProtoReflect() protoreflect.Message + func (x *Session) Reset() + func (x *Session) String() string + type Session_Application struct + Application *ApplicationSnapshot + type Session_Partial struct + Partial *PartialSnapshot + type TcpAPI struct + func (*TcpAPI) Descriptor() ([]byte, []int) + func (*TcpAPI) ProtoMessage() + func (x *TcpAPI) ProtoReflect() protoreflect.Message + func (x *TcpAPI) Reset() + func (x *TcpAPI) 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