Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiKey ¶
type ApiKey struct {
archived.Model
archived.Creator
archived.Updater
Name string `json:"name"`
ApiKey string `json:"apiKey,omitempty"`
ExpiredAt *time.Time `json:"expiredAt"`
AllowedPath string `json:"allowedPath"`
Type string `json:"type"`
Extra string `json:"extra"`
}
ApiKey is the basic of api key management.
type BaseConnection ¶
type WebhookConnection ¶
type WebhookConnection struct {
BaseConnection `mapstructure:",squash"`
}
func (WebhookConnection) TableName ¶
func (WebhookConnection) TableName() string
Click to show internal directories.
Click to hide internal directories.