store

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2022 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 Factory

type Factory interface {
	Close() error

	Users() User
}

Factory defines the storage interface.

type User

type User interface {
	Get(ctx context.Context, username string, opts metav1.GetOptions) (*v1.User, error)
	Create(ctx context.Context, user *v1.User, opts metav1.CreateOptions) error
}

User defines the user storage interface.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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