Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAPIKeyCredentials ¶
func NewAPIKeyCredentials(apiKey string, allowInsecure bool) credentials.PerRPCCredentials
func NewConnectionWithAPIKey ¶
func NewConnectionWithAPIKey(addrStr string, allowInsecure bool, apiKey string, opts ...grpc.DialOption) (*grpc.ClientConn, error)
Types ¶
type Client ¶
type Client struct {
cloudservicev1.CloudServiceClient
// contains filtered or unexported fields
}
type Opt ¶
type Opt func(c *config) error
func AllowInsecure ¶
func AllowInsecure() Opt
func WithAPIAddress ¶
Click to show internal directories.
Click to hide internal directories.