Documentation ¶
Index ¶
- type Flash
- func (f *Flash) Add(key string, value interface{})
- func (f *Flash) Changed() bool
- func (f *Flash) Clear()
- func (f *Flash) Clone() *Flash
- func (f *Flash) Count() int
- func (f *Flash) Del(key string)
- func (f *Flash) Encode() ([]byte, error)
- func (f *Flash) Get(key string) interface{}
- func (f *Flash) GetBool(key string) bool
- func (f *Flash) GetFloat32(key string) float32
- func (f *Flash) GetFloat64(key string) float64
- func (f *Flash) GetInt(key string) int
- func (f *Flash) GetInt64(key string) int64
- func (f *Flash) GetString(key string) string
- func (f *Flash) Has(key string) bool
- func (f *Flash) Set(key string, value interface{})
- func (f *Flash) Values(key string) []interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flash ¶
type Flash struct {
// contains filtered or unexported fields
}
Flash type
func (*Flash) GetFloat32 ¶ added in v0.3.0
GetFloat32 gets float32 from flash
func (*Flash) GetFloat64 ¶ added in v0.3.0
GetFloat64 gets float64 from flash
Click to show internal directories.
Click to hide internal directories.