Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceGRPC ¶
type ServiceGRPC struct { ServiceName string Logger *logrus.Logger WaitTaskFromSystem chan bool // contains filtered or unexported fields }
ServiceGRPC basic service structure
func (*ServiceGRPC) Close ¶
func (service *ServiceGRPC) Close() error
Close - executed at the end of the service
func (*ServiceGRPC) Name ¶
func (service *ServiceGRPC) Name() string
Name - returns the service name
func (*ServiceGRPC) New ¶
func (service *ServiceGRPC) New() error
New - the function is executed when the service is initialized
Click to show internal directories.
Click to hide internal directories.