service

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2025 License: MIT Imports: 7 Imported by: 0

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.

func (*ApiService) Run

func (s *ApiService) Run(ctx context.Context) error

Run starts the API service's HTTP server.

type HttpHandler

type HttpHandler interface {
	RunHTTPServer(ctx context.Context) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL