Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { Start() error Stop() }
Service interface defines the methods that every kind of interface, whether gRPC, REST, or whatever must be compliant with.
type ServiceManager ¶
type ServiceManager struct {
Service
}
func NewGrpcServiceManager ¶
func NewGrpcServiceManager( config grpc_interface.ServiceConfig, appConfig *appconfig.AppConfig, ) (*ServiceManager, error)
Click to show internal directories.
Click to hide internal directories.