Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceServer ¶
type ServiceServer interface { Start() error Close() Observers() dep_observer.ObserverDependentsManager Services() dep_service.ServiceDependentsManager GetAddr() string GetKey() string SetCall(f func(ctx context.Context, req *msaService.RequestCall) (*msaService.ResponseCall, error)) }
func NewServiceServer ¶
func NewServiceServer(key, addr string) ServiceServer
Click to show internal directories.
Click to hide internal directories.