Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CredentialManager ¶
type CredentialManager interface {
InvalidateModelCredential(params.InvalidateCredentialArg) (params.ErrorResult, error)
}
CredentialManager defines the methods on credentialmanager API endpoint.
type CredentialManagerAPI ¶
type CredentialManagerAPI struct { *credentialcommon.CredentialManagerAPI // contains filtered or unexported fields }
func NewCredentialManagerAPI ¶
func NewCredentialManagerAPI(ctx facade.Context) (*CredentialManagerAPI, error)
NewCredentialManagerAPI creates a new CredentialManager API endpoint on server-side.
Click to show internal directories.
Click to hide internal directories.