Documentation ¶
Index ¶
- type Datastore
- func (d *Datastore) All(collection string, query datastore.Query) []map[string]interface{}
- func (d *Datastore) Connect(a string, b string) datastore.Contract
- func (d *Datastore) Delete(a string, r string) bool
- func (d *Datastore) Find(c string, r string) map[string]interface{}
- func (d *Datastore) GetDomain() string
- func (d *Datastore) Init(dbName string, dbConnection string) datastore.Contract
- func (d *Datastore) Insert(c string, r map[string]interface{}) bool
- func (d *Datastore) SetDomain(domain string) datastore.Contract
- func (d *Datastore) Update(colleciton string, resource string, content map[string]interface{}, patch bool) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.