Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Webhook ¶
type WebhooksDatabase ¶
type WebhooksDatabase struct { Webhooks map[string]*Webhook `yaml:"webhooks"` LastRead time.Time `yaml:"-"` LastSave time.Time `yaml:"-"` Path string `yaml:"-"` }
func ReadWebhooksFromFile ¶
func ReadWebhooksFromFile(path string) (WebhooksDatabase, error)
func (*WebhooksDatabase) Find ¶
func (d *WebhooksDatabase) Find(Uuid string) *Webhook
Click to show internal directories.
Click to hide internal directories.