Documentation ¶
Index ¶
- Constants
- type Facade
- func (f *Facade) Append(k string, v interface{})
- func (f *Facade) Bool(key string) bool
- func (f *Facade) Data() map[string]string
- func (f *Facade) Dump() []StateMod
- func (f *Facade) Facade() *Facade
- func (f *Facade) Float64(key string) float64
- func (f *Facade) Int(key string) int
- func (f *Facade) Int64(key string) int64
- func (f *Facade) Set(k string, v interface{})
- func (f *Facade) String(key string) string
- func (f *Facade) Update(data map[string]string)
- func (f *Facade) Value(key string) interface{}
- type State
- func (s *State) Append(k string, v interface{})
- func (s *State) Bool(key string) bool
- func (s *State) Data() map[string]string
- func (s *State) Dump() []StateMod
- func (s *State) Facade() *Facade
- func (s *State) Float64(key string) float64
- func (s *State) Int(key string) int
- func (s *State) Int64(key string) int64
- func (s *State) Set(k string, v interface{})
- func (s *State) String(key string) string
- func (s *State) Update(data map[string]string)
- type StateMod
Constants ¶
View Source
const ( Set = "Set" Append = "Append" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.