Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAuthCertsPathRequired = fmt.Errorf("authentication certificates path is required")
Functions ¶
This section is empty.
Types ¶
type ApiService ¶
type ApiService struct { ServiceName string InstanceID string Registry *redisRegistry.Registry Handler HttpHandler }
func New ¶
func New(h HttpHandler) ApiService
New gets logger and returns new instance of ApiService
func (*ApiService) GracefulShutdown ¶
func (s *ApiService) GracefulShutdown(ctx context.Context, sig string)
GracefulShutdown logs the received signal and exits the service.
type HttpHandler ¶
Click to show internal directories.
Click to hide internal directories.