Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TemplateRecipe ¶
type TemplateRecipe struct { metav1.DbMeta `json:",inline" xorm:"extends"` metav1.LabelMeta `json:",inline" xorm:"extends"` //inline labelmeta TemplateRecipeProperty `json:",inline" xorm:"extends"` //inline property }
DATABASE SCHEMA: TEMPLATE_RECIPE
func (TemplateRecipe) TableName ¶
func (TemplateRecipe) TableName() string
type TemplateRecipeProperty ¶
type TemplateRecipeProperty struct { Method *string `json:"method,omitempty" xorm:"'method' varchar(255) notnull unique(recipe_value) comment('method')"` Args *string `json:"args,omitempty" xorm:"'args' varchar(255) notnull unique(recipe_value) comment('args')"` }
TemplateRecipeProperty
Click to show internal directories.
Click to hide internal directories.