Documentation ¶
Index ¶
Constants ¶
View Source
const ( ErrInternalServer = "an error occurred within version api server" LoggingPackageName = "internal.apiserver.grpc.apis.version.v1" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
var (
APIServer Server
)
func NewServer ¶
func NewServer(config *ServerConfig) Server
func (Server) GetInformation ¶
func (s Server) GetInformation(ctx context.Context, input *pb.GetInformationMsg) (*pb.GetInformationReply, error)
func (*Server) SetupServices ¶
func (s *Server) SetupServices()
Click to show internal directories.
Click to hide internal directories.