Documentation
¶
Index ¶
- type Flags
- func (f *Flags) Clone() couchdb.Doc
- func (f *Flags) DocType() string
- func (f *Flags) GetList(name string) ([]interface{}, error)
- func (f *Flags) HasListItem(name, item string) (bool, error)
- func (f *Flags) ID() string
- func (f *Flags) MarshalJSON() ([]byte, error)
- func (f *Flags) Rev() string
- func (f *Flags) SetID(id string)
- func (f *Flags) SetRev(rev string)
- func (f *Flags) UnmarshalJSON(bytes []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flags ¶
Flags is a struct for a set of feature flags.
func (*Flags) MarshalJSON ¶
MarshalJSON is used for marshalling to JSON.
func (*Flags) UnmarshalJSON ¶
UnmarshalJSON is used to parse JSON.
Click to show internal directories.
Click to hide internal directories.