Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { pb.KeyAPIClient // contains filtered or unexported fields }
Client can be used to make calls to a K1 service.
type Option ¶
type Option func(*Client)
Option can be used to configure the behaviour of a Client.
func WithTransportCredentials ¶
func WithTransportCredentials(credentials credentials.TransportCredentials) Option
WithTransportCredentials returns an Option which configures the connection level security credentials (e.g. TLS).
Click to show internal directories.
Click to hide internal directories.