api

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2022 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Getter

type Getter interface {
	Get(string) interface{}
}

type Lister

type Lister interface {
	Getter

	List(string) []interface{}
}

type ReadWrite

type ReadWrite interface {
	Getter

	Id() string

	Set(string, interface{}) error
}

type Resource

type Resource interface {
	Set(string, interface{}) error

	UniqueResourceGetter
}

type UniqueResourceGetter

type UniqueResourceGetter interface {
	Id() string

	Getter
}

Jump to

Keyboard shortcuts

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