v1

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 20, 2023 License: MIT Imports: 1 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL