notifications_handler.go 203 B

12345678
  1. package api
  2. import "net/http"
  3. // HandleUpdateNotifications updates notification settings for a given release
  4. func (app *App) HandleUpdateNotificationConfig(w http.ResponseWriter, r *http.Request) {
  5. }