service

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2023 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	// ListenAndServe listens and serves the http requests
	ListenAndServe()
	// MakeRouter initializes a http router
	MakeRouter()
	// LoadConfig loads the configuration from the environment
	LoadConfig() error
}

func NewService added in v0.4.0

func NewService() Service

NewService creates a new service

Jump to

Keyboard shortcuts

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