Documentation ¶ Index ¶ type Service Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Service ¶ type Service interface { // ID returns the id of the service ID() string // Register registers the service with the GRPC server Register(srv *grpc.Server) error // Start provides a mechanism to start service specific actions Start() error } Source Files ¶ View all Source files service.go Directories ¶ Show internal Expand all Path Synopsis application cluster datastore health nameserver network node proxy version Click to show internal directories. Click to hide internal directories.