keystoremanagement

package
v0.9.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateKeystoreRequest

type CreateKeystoreRequest struct {
	// V1 Fields
	Values map[string]any
}

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)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL