Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateKeystoreRequest ¶
type CreateKeystoreResponse ¶
type CreateKeystoreResponse struct {
// V1 Fields
Config common.KeystoreConfig
}
type DeleteKeystoreRequest ¶
type DeleteKeystoreRequest struct {
// V1 Fields
Config common.KeystoreConfig
}
type DeleteKeystoreResponse ¶
type DeleteKeystoreResponse struct{}
type KeystoreManagement ¶
type KeystoreManagement interface {
ServiceInfo() api.Info
CreateKeystore(ctx context.Context, req *CreateKeystoreRequest) (*CreateKeystoreResponse, error)
DeleteKeystore(ctx context.Context, req *DeleteKeystoreRequest) (*DeleteKeystoreResponse, error)
}
Click to show internal directories.
Click to hide internal directories.