package
Version:
v3.0.3+incompatible
Opens a new window with list of versions in this module.
Published: Nov 30, 2021
License: AGPL-3.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func FormatPath(ii ...interface{}) string
type KVStore interface {
Get() Value
Set(value interface{}) error
Del() error
}
type Receiver interface {
Next() (Values, error)
Stop()
}
type Ref interface {
Get() string
}
type Scanner interface {
Scan(interface{}) error
}
type Unmarshaler interface {
Unmarshal([]byte, interface{}) error
}
func NewFrom(i interface{}) Values
Source Files
¶
Click to show internal directories.
Click to hide internal directories.