package
Version:
v0.8.0
Opens a new window with list of versions in this module.
Published: Aug 17, 2016
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Document struct {
OwnerId bson.ObjectId `json:"-" bson:"ownerId,omitempty"`
NotifierId string `json:"-" bson:"notifierId,omitempty"`
Enabled *bool `json:"enabled" bson:"enabled,omitempty"`
Settings *Settings `json:"settings" bson:"settings,omitempty"`
}
type Settings struct {
WebhookURL string `json:"webhookURL" bson:"webhookURL,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.