Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GRPCService ¶
type GRPCService struct {
// contains filtered or unexported fields
}
func NewGRPCService ¶
func NewGRPCService() *GRPCService
func (*GRPCService) Start ¶
func (s *GRPCService) Start()
func (*GRPCService) Stop ¶
func (s *GRPCService) Stop() error
type HTTPService ¶
type HTTPService struct {
// contains filtered or unexported fields
}
func NewHTTPService ¶
func NewHTTPService() *HTTPService
func (*HTTPService) PathPrefix ¶
func (s *HTTPService) PathPrefix() string
mcenter/api/users/v1 mcenter/api/tokens/v1
func (*HTTPService) Start ¶
func (s *HTTPService) Start() error
func (*HTTPService) Stop ¶
func (s *HTTPService) Stop() error
Click to show internal directories.
Click to hide internal directories.