Documentation
¶
Index ¶
- func IsApplicationExists(err error) bool
- func IsApplicationNotFound(err error) bool
- func IsCollectorExists(err error) bool
- func IsCollectorNotFound(err error) bool
- func IsWebhookNotFound(err error) bool
- type ApplicationExists
- type ApplicationNotFound
- type CollectorExists
- type CollectorNotFound
- type WebhookNotFound
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsApplicationExists ¶
func IsApplicationNotFound ¶
func IsCollectorExists ¶
func IsCollectorNotFound ¶
func IsWebhookNotFound ¶
Types ¶
type ApplicationExists ¶
type ApplicationExists struct {
Name string
}
func (ApplicationExists) Error ¶
func (err ApplicationExists) Error() string
type ApplicationNotFound ¶
func (ApplicationNotFound) Error ¶
func (err ApplicationNotFound) Error() string
type CollectorExists ¶
type CollectorExists struct {
Name string
}
func (CollectorExists) Error ¶
func (err CollectorExists) Error() string
type CollectorNotFound ¶
func (CollectorNotFound) Error ¶
func (err CollectorNotFound) Error() string
type WebhookNotFound ¶
type WebhookNotFound struct {
ID int64
}
func (WebhookNotFound) Error ¶
func (err WebhookNotFound) Error() string
Click to show internal directories.
Click to hide internal directories.