Documentation
¶
Overview ¶
Package http contains implementation of kit service HTTP API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidUrl = errors.New("missing or invalid url")
Functions ¶
Types ¶
type WebhooksPageRes ¶ added in v0.23.0
type WebhooksPageRes struct { Webhooks []webhookResponse `json:"webhooks"` // contains filtered or unexported fields }
func (WebhooksPageRes) Code ¶ added in v0.23.0
func (res WebhooksPageRes) Code() int
func (WebhooksPageRes) Empty ¶ added in v0.23.0
func (res WebhooksPageRes) Empty() bool
func (WebhooksPageRes) Headers ¶ added in v0.23.0
func (res WebhooksPageRes) Headers() map[string]string
Click to show internal directories.
Click to hide internal directories.