Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Handlers = []api.Handler{ { Version: api.V1, Method: "GET", Path: "/settings", Func: getSetting, }, { Version: api.V1, Method: "POST", Path: "/settings/emailSenders", Func: createEmailSender, }, { Version: api.V1, Method: "GET", Path: "/settings/emailSenders", Func: getEmailSenders, }, { Version: api.V1, Method: "PUT", Path: "/settings/emailSenders", Func: updateEmailSender, }, { Version: api.V1, Method: "DELETE", Path: "/settings/emailSenders", Func: deleteEmailSender, }, { Version: api.V1, Method: "POST", Path: "/settings/emailRecipients", Func: createEmailRecipient, }, { Version: api.V1, Method: "GET", Path: "/settings/emailRecipients", Func: getEmailRecipients, }, { Version: api.V1, Method: "PUT", Path: "/settings/emailRecipients/:id", Func: updateEmailRecipient, }, { Version: api.V1, Method: "DELETE", Path: "/settings/emailRecipients/:id", Func: deleteEmailRecipient, }, { Version: api.V1, Method: "POST", Path: "/settings/slackWebhooks", Func: createSlackWebhook, }, { Version: api.V1, Method: "GET", Path: "/settings/slackWebhooks", Func: getSlackWebhooks, }, { Version: api.V1, Method: "PUT", Path: "/settings/slackWebhooks/:id", Func: updateSlackWebhook, }, { Version: api.V1, Method: "DELETE", Path: "/settings/slackWebhooks/:id", Func: deleteSlackWebhook, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.