index

package
v0.17.2 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Index

type Index interface {
	Set(id string, key string, config evaluators.AuthConfig, override bool) error
	Get(key string) *evaluators.AuthConfig
	Delete(id string)
	DeleteKey(id, key string)
	List() []*evaluators.AuthConfig
	Empty() bool

	FindId(key string) (id string, found bool)
	FindKeys(id string) []string
}

func NewIndex

func NewIndex() Index

Directories

Path Synopsis
Package mock_index is a generated GoMock package.
Package mock_index is a generated GoMock package.

Jump to

Keyboard shortcuts

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