Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DatabaseDetailsURI ¶
type DatabaseDetailsURI struct { Database string `json:"Database" uri:"Database" binding:"required"` Collection string `json:"Collection" uri:"Collection" binding:"required"` }
DatabaseDetailsURI holds the database information passed in URI.
type Server ¶
Server wraps everything related to web server we provide.
func NewWithCustomDB ¶
NewWithCustomDB creates a new instance of a WebServer, with a custom DB handler.
type UpdateRequest ¶
UpdateRequest contains both the filter and the updates to be sent in a request.
Click to show internal directories.
Click to hide internal directories.