Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session interface { IsClosed() bool Close() Find(query Query, result interface{}) error FindAll(query Query, sort []string, filter Filter) Iterator Insert(d interface{}) error InsertAll(d ...interface{}) error Update(selector interface{}, d interface{}) error UpdateAll(selector interface{}, update interface{}) error RemoveAll(selector interface{}) error }
Click to show internal directories.
Click to hide internal directories.