Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadDBWithOptions ¶
func LoadDBWithOptions(options DBOptions)
Types ¶
type DBOptions ¶
func (*DBOptions) ShouldReset ¶
type Interaction ¶
type Payload ¶
type Payload struct { Name string `json,yaml:"name" gorm:"unique"` Description string `json,yaml:"description"` Type string `json,yaml:"type"` IsFinal bool `json,yaml:"is_final"` SortOrder int `yaml:"sort_order"` Pattern string `json,yaml:"pattern"` InternalFunction string `json,yaml:"internal_function"` Data string `json,yaml:"data"` ProjectID uint `json,yaml:"project_id"` Project *Project `yaml:"-" yaml:"-"` gorm.Model // contains filtered or unexported fields }
func SortedPayloads ¶
func SortedPayloads() []Payload
func (*Payload) PatternRegexp ¶
Click to show internal directories.
Click to hide internal directories.