Documentation
¶
Index ¶
- Variables
- func AllVars() []string
- func Bool(name string, v *bool)
- func Byte(name string, v *byte)
- func Bytes(name string, v *[]byte)
- func Int(name string, v *int)
- func Int32(name string, v *int32)
- func Int64(name string, v *int64)
- func ReadOnly(name string, v []byte)
- func Register(name string, v Var)
- func String(name string, v *string)
- func Uint64(name string, v *uint64)
- type GetOnly
- type SetOnly
- type Var
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrGetOnly = errors.New("get only")
)
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.