service

package
v2.5.1 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2022 License: Apache-2.0 Imports: 6 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) AddCloseFunc

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

func (*Service) Close

func (s *Service) Close() error

Shutdown turn off server.

func (*Service) Serve

func (s *Service) Serve() error

Jump to

Keyboard shortcuts

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