Documentation
¶
Index ¶
- Variables
- func Connector(c uniform.IConn, p diary.IPage, serviceId string) domain.INoSql
- func ConnectorRaw(c uniform.IConn, p diary.IPage, serviceId string) domain.INoSql
- type CountRequest
- type DeleteManyRequest
- type DeleteManyResponse
- type DeleteOneRequest
- type FindManyRequest
- type FindOneRequest
- type IncRequest
- type IncResponse
- type InsertManyRequest
- type InsertManyResponse
- type InsertOneRequest
- type UpdateManyRequest
- type UpdateManyResponse
- type UpdateOneRequest
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoResults = errors.New("no results found")
ErrNoResults when operation did not return any results
Functions ¶
Types ¶
type DeleteManyRequest ¶
type DeleteManyResponse ¶
type DeleteManyResponse struct { Identifiers []interface{} Count int64 }
type DeleteOneRequest ¶
type FindManyRequest ¶
type FindOneRequest ¶
type IncRequest ¶
type IncResponse ¶
type IncResponse struct { Identifiers []interface{} Count int64 }
type InsertManyRequest ¶
type InsertManyResponse ¶
type InsertManyResponse struct { Identifiers []interface{} Count int64 }
type InsertOneRequest ¶
type UpdateManyRequest ¶
type UpdateManyResponse ¶
type UpdateManyResponse struct { Identifiers []interface{} Count int64 }
Click to show internal directories.
Click to hide internal directories.