Documentation ¶
Index ¶
Constants ¶
View Source
const ( // APIVersion gives the API version :) APIVersion = "0.0.1" // RetryAttempts is the number of times to retry a failed connection // attempt. RetryAttempts int = 3 )
Variables ¶
This section is empty.
Functions ¶
func NewICSCloudProviderClient ¶
func NewICSCloudProviderClient(ctx context.Context) (pb.CloudProviderICSClient, error)
NewICSCloudProviderClient creates CloudProviderICSClient
Types ¶
type GRPCServer ¶
type GRPCServer interface {
Start()
}
GRPCServer describes an object that can start a gRPC server.
func NewServer ¶
func NewServer(binding string, nodeMgr NodeManagerInterface) GRPCServer
NewServer generates a new gRPC Server
Click to show internal directories.
Click to hide internal directories.