Documentation ¶
Index ¶
- type GroupInput
- type Response
- type Server
- func (s *Server) CreateEvent() http.HandlerFunc
- func (s *Server) CreateGroup() http.HandlerFunc
- func (s *Server) CreateReceiver() http.HandlerFunc
- func (s *Server) GetEventByID() http.HandlerFunc
- func (s *Server) GetGroupByID() http.HandlerFunc
- func (s *Server) GetReceiverByID() http.HandlerFunc
- func (s *Server) ServeOpenAPIDoc(_ string) http.HandlerFunc
- func (s *Server) UpdateGroup() http.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupInput ¶
type GroupInput struct { storage.EventReceiverGroup EventReceiverIDs []graphql.ID `json:"event_receiver_ids"` }
GroupInput rest representation of the data for a storage.EventReceiverGroup
type Server ¶
func (*Server) CreateEvent ¶
func (s *Server) CreateEvent() http.HandlerFunc
func (*Server) CreateGroup ¶
func (s *Server) CreateGroup() http.HandlerFunc
func (*Server) CreateReceiver ¶
func (s *Server) CreateReceiver() http.HandlerFunc
func (*Server) GetEventByID ¶
func (s *Server) GetEventByID() http.HandlerFunc
func (*Server) GetGroupByID ¶
func (s *Server) GetGroupByID() http.HandlerFunc
func (*Server) GetReceiverByID ¶
func (s *Server) GetReceiverByID() http.HandlerFunc
func (*Server) ServeOpenAPIDoc ¶
func (s *Server) ServeOpenAPIDoc(_ string) http.HandlerFunc
func (*Server) UpdateGroup ¶
func (s *Server) UpdateGroup() http.HandlerFunc
Click to show internal directories.
Click to hide internal directories.