Documentation
¶
Index ¶
- type Option
- type Personas
- func (p *Personas) DelProperty(id string, property uint16) (ok bool, err error)
- func (p *Personas) Destroy(id string) (ok bool, err error)
- func (p *Personas) Exists(data []byte, property uint16) (exists bool)
- func (p *Personas) GetProperty(id string, property uint16) (exists bool, err error)
- func (p *Personas) Load(id string) (data []byte, err error)
- func (p *Personas) SetProperty(id string, property uint16, value bool) (ok bool, err error)
- type Storage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Personas ¶
type Personas struct {
// contains filtered or unexported fields
}
func NewPersonas ¶
func (*Personas) DelProperty ¶ added in v0.0.2
func (*Personas) GetProperty ¶
Click to show internal directories.
Click to hide internal directories.