Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterService ¶
func RegisterService(s Service)
Types ¶
type CronService ¶
type CronService struct {
// contains filtered or unexported fields
}
func NewCronService ¶
func NewCronService() *CronService
func (*CronService) Start ¶
func (s *CronService) Start()
func (*CronService) Stop ¶
func (s *CronService) Stop(ctx context.Context)
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(ctx context.Context)
type HTTPService ¶
type HTTPService struct {
// contains filtered or unexported fields
}
func NewHTTPService ¶
func NewHTTPService() *HTTPService
func (*HTTPService) Start ¶
func (s *HTTPService) Start()
func (*HTTPService) Stop ¶
func (s *HTTPService) Stop(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.