service

package
v0.0.0-...-1e40bc2 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2023 License: MPL-2.0 Imports: 8 Imported by: 0

README

diode service

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DiodeService

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

func (*DiodeService) Start

func (ds *DiodeService) Start() error

func (*DiodeService) Stop

func (ds *DiodeService) Stop() error

type Service

type Service interface {
	Start() error
	Stop() error
}

func New

func New(ctx context.Context, cancelFunc context.CancelFunc, logger *zap.Logger, config *config.Config) (Service, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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