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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HttpReqTemplate_Create

type HttpReqTemplate_Create struct {
	metav1.LabelMeta `json:",inline" xorm:"extends"`                      //inline labelmeta
	Origin           string                                               `json:"origin,omitempty"`
	Commands         []commandv1.HttpReqTemplateCommand_Create_ByTemplate `json:"commands,omitempty"`
}

type HttpReqTemplate_Update

type HttpReqTemplate_Update struct {
	metav1.LabelMeta `json:",inline" xorm:"extends"` //inline labelmeta
	Origin           string                          `json:"origin,omitempty"`
}

type HttpRspTemplate

type HttpRspTemplate struct {
	Template `json:",inline"`
	Commands []commandv1.TemplateCommand `json:"commands,omitempty"`
}

func (HttpRspTemplate) MarshalJSON

func (object HttpRspTemplate) MarshalJSON() ([]byte, error)

type Template

type Template struct {
	metav1.DbMeta    `json:",inline" xorm:"extends"` //inline dbmeta
	metav1.UuidMeta  `json:",inline" xorm:"extends"` //inline uuidmeta
	metav1.LabelMeta `json:",inline" xorm:"extends"` //inline labelmeta
	TemplateProperty `json:",inline" xorm:"extends"` //inline property
}

DATABASE SCHEMA: TEMPLATE

func (Template) TableName

func (Template) TableName() string

type TemplateProperty

type TemplateProperty struct {
	Origin string `json:"origin" xorm:"'origin' varchar(255) null comment('origin')"`
}

Template Property

Jump to

Keyboard shortcuts

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