Documentation
¶
Index ¶
- type Data
- type Key
- type State
- func (s *State) Get(key [3]string) (interface{}, bool)
- func (s *State) GetData(key [3]string) (*Data, bool)
- func (s *State) MaxAge() time.Duration
- func (s *State) Set(key [3]string, value interface{})
- func (s *State) SetWithTimestamp(key [3]string, ts time.Time, value interface{}) bool
- func (s *State) Values() StateValues
- type StateValues
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type State ¶
type State struct {
// contains filtered or unexported fields
}
func (*State) SetWithTimestamp ¶
func (*State) Values ¶
func (s *State) Values() StateValues
type StateValues ¶
Click to show internal directories.
Click to hide internal directories.