db

package
v0.0.0-...-ab689eb Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2024 License: BSD-3-Clause-Clear Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TableKeyAccessServerRegistry = "key_access_servers"

	Tables struct {
		KeyAccessServerRegistry db.Table
	}
)

Functions

This section is empty.

Types

type KasRegistryDbClient

type KasRegistryDbClient struct {
	db.Client
}

func NewClient

func NewClient(c db.Client) *KasRegistryDbClient

func (KasRegistryDbClient) CreateKeyAccessServer

func (KasRegistryDbClient) DeleteKeyAccessServer

func (c KasRegistryDbClient) DeleteKeyAccessServer(ctx context.Context, id string) (*kasr.KeyAccessServer, error)

func (KasRegistryDbClient) GetKeyAccessServer

func (c KasRegistryDbClient) GetKeyAccessServer(ctx context.Context, id string) (*kasr.KeyAccessServer, error)

func (KasRegistryDbClient) ListKeyAccessServers

func (c KasRegistryDbClient) ListKeyAccessServers(ctx context.Context) ([]*kasr.KeyAccessServer, error)

func (KasRegistryDbClient) UpdateKeyAccessServer

Jump to

Keyboard shortcuts

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