Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrKeyNotFound = errors.New("request key not found")
Functions ¶
This section is empty.
Types ¶
type InternalControlPlane ¶
type InternalControlPlane interface { GetDestinationSSHKeys(ctx context.Context, id string) (*PublicPrivateKeyPair, error) GetSSHKeys(ctx context.Context, id string) (*PublicPrivateKeyPair, error) }
func NewInternalClient ¶
func NewInternalClient(baseURI string, auth BasicAuth) InternalControlPlane
func NewInternalClientWithCache ¶
func NewInternalClientWithCache(baseURI string, auth BasicAuth) InternalControlPlane
type PublicPrivateKeyPair ¶
Click to show internal directories.
Click to hide internal directories.