service

package
v0.0.0-...-0751618 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Runner

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

type Service

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

func NewService

func NewService() *Service

func ServiceWithConfig

func ServiceWithConfig(config config.ServiceConfig) *Service

func (*Service) EmailRestService

func (s *Service) EmailRestService() *rest.EmailService

func (*Service) EmailService

func (s *Service) EmailService() *grpc.EmailService

func (*Service) QueueBox

func (s *Service) QueueBox() *queue.QueueBox

func (*Service) ServiceConfig

func (s *Service) ServiceConfig() config.ServiceConfig

func (*Service) Start

func (s *Service) Start() error

func (*Service) Stop

func (s *Service) Stop() error

Jump to

Keyboard shortcuts

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