Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flags ¶
type Flags struct { ConfigDir string ManagerAddr *net.TCPAddr ServiceAddr *net.TCPAddr Verbose bool }
Flags : service flags
type GRPCServerHealth ¶
type GRPCServerHealth struct{}
func (*GRPCServerHealth) Check ¶
func (s *GRPCServerHealth) Check(ctx context.Context, in *api.HealthCheckRequest) (*api.HealthCheckResponse, error)
func (*GRPCServerHealth) Watch ¶
func (s *GRPCServerHealth) Watch(in *api.HealthCheckRequest, stream api.Health_WatchServer) error
type Key ¶
type Key struct { ServiceID *uuid.UUID `json:"service_id"` // contains filtered or unexported fields }
Key : key used for initialization and authentication of nodes
type SaveKeyOptions ¶
SaveKeyOptions : used for saving a new key locally
Click to show internal directories.
Click to hide internal directories.