service

package
v2.18.0 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: Apache-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APIService

type APIService interface {
	Serve() error
	Close() error
}

type Service

type Service struct {
	// contains filtered or unexported fields
}

func New

func New(services ...APIService) *Service

func (*Service) Add added in v2.6.0

func (s *Service) Add(services ...APIService)

Add adds other API services. This needs to be called before Serve.

func (*Service) AddCloseFunc

func (s *Service) AddCloseFunc(f func())

AddCloseFunc adds a function to be called when the server is closed

func (*Service) Close

func (s *Service) Close() error

Shutdown turn off server.

func (*Service) Serve

func (s *Service) Serve() error

func (*Service) SigTerm added in v2.12.0

func (s *Service) SigTerm()

func (*Service) Signal added in v2.12.0

func (s *Service) Signal(sig os.Signal)

Jump to

Keyboard shortcuts

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