Documentation
¶
Index ¶
- Constants
- type Update
- func (u Update) Any(t, k string, v interface{})
- func (u Update) Convert(t string, i interface{}) error
- func (u Update) Has(filed string) bool
- func (u Update) Inc(k string, v interface{})
- func (u Update) Max(k string, v interface{})
- func (u Update) Min(k string, v interface{})
- func (u Update) Pop(k string, v interface{})
- func (u Update) Pull(k string, v interface{})
- func (u Update) Push(k string, v interface{})
- func (u Update) Set(k string, v interface{})
- func (u Update) SetOnInert(k string, v interface{})
- func (u Update) String() string
- func (u Update) UnSet(k string, v interface{})
Constants ¶
View Source
const ( UpdateTypeSet = "$set" UpdateTypeInc = "$inc" UpdateTypeSetOnInsert = "$setOnInsert" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.