Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailConfig ¶
type EmailConfig struct {
To string `json:"to"`
}
type NotificationChannel ¶
NotificationChannel holds the schema definition for the NotificationChannel entity.
func (NotificationChannel) Edges ¶
func (NotificationChannel) Edges() []ent.Edge
Edges of the NotificationChannel.
func (NotificationChannel) Fields ¶
func (NotificationChannel) Fields() []ent.Field
Fields of the NotificationChannel.
func (NotificationChannel) Mixin ¶
func (NotificationChannel) Mixin() []ent.Mixin
type ScriptInputOptions ¶
type ScriptStats ¶
ScriptStats holds the schema definition for the ScriptStats entity.
type SlackConfig ¶
type SlackConfig struct {
WebhookURL string `json:"webhook_url"`
}
type TimeMixin ¶
type TimeMixin struct { // We embed the `mixin.Schema` to avoid // implementing the rest of the methods. mixin.Schema }
TimeMixin implements the ent.Mixin for sharing time fields with package schemas.
type WebhookConfig ¶
type WebhookConfig struct {
URL string `json:"url"`
}
Click to show internal directories.
Click to hide internal directories.