service

package
v0.0.0-...-e2755d2 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IService

type IService interface {
	// Start the service, it should be implemented as a blocking call
	// method should return gracefully when ctx is Done
	Start(ctx context.Context) error
	// GetErrorChannel() will return the error channel for graceful service shutdown
	GetErrorChannel() chan error
}

IService interface is implemented by various services

Directories

Path Synopsis
web

Jump to

Keyboard shortcuts

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