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 GlobalVariables

type GlobalVariables 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
	GlobalVariablesProperty `json:",inline" xorm:"extends"` //inline property
}

GlobalVariables

func (GlobalVariables) TableName

func (GlobalVariables) TableName() string

type GlobalVariablesProperty

type GlobalVariablesProperty struct {
	Value *string `json:"value" xorm:"'value' text null comment('value')"`
}

GlobalVariables Property

type HttpReqGlobalVariables_update

type HttpReqGlobalVariables_update struct {
	GlobalVariablesProperty `json:",inline" xorm:"extends"` //inline property
}

HTTP REQUEST BODY: GlobalVariables Update

Jump to

Keyboard shortcuts

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