dictionary

package
v0.0.0-...-4d2ef29 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	NotExist = errors.New("Not Exist")
)

Functions

This section is empty.

Types

type Dictionary

type Dictionary interface {
	Destroy() error

	IsExit(value.Value) error

	Set(value.Value, interface{}) error
	Get(value.Value) (interface{}, error)
	GetOrSet(value.Value, interface{}) (bool, interface{}, error) // 如果value是set的则返回false,如果是加载的则返回true
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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