Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeHandler ¶
MakeHandler returns a HTTP Restul endpoint to handle user requests
Types ¶
type AddHttpRequest ¶
type AddHttpRequest struct { Name string Method string URL string Threshold int Parameters []struct { Name string Value string } }
swagger:model
type Store ¶
type Store interface {
// contains filtered or unexported methods
}
func NewMongoStore ¶
func NewMongoStore(db *mgo.Database) Store
Click to show internal directories.
Click to hide internal directories.