Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeHandler ¶
MakeHandler returns a HTTP handler for API endpoints.
Types ¶
type NotifiersPageRes ¶ added in v0.23.0
type NotifiersPageRes struct {
Notifiers []notifierResponse `json:"notifiers"`
// contains filtered or unexported fields
}
func (NotifiersPageRes) Code ¶ added in v0.23.0
func (res NotifiersPageRes) Code() int
func (NotifiersPageRes) Empty ¶ added in v0.23.0
func (res NotifiersPageRes) Empty() bool
func (NotifiersPageRes) Headers ¶ added in v0.23.0
func (res NotifiersPageRes) Headers() map[string]string
Click to show internal directories.
Click to hide internal directories.