entity

package
v0.1.25 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2024 License: AGPL-3.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RuleDefinition

type RuleDefinition struct {
	entity.StatusEntity `xorm:"extends"`
	Kind                string     `xorm:"varchar(255)" json:",omitempty"`
	Name                string     `xorm:"varchar(255)" json:",omitempty"`
	PackageName         string     `xorm:"varchar(255)" json:",omitempty"`
	ExecuteType         string     `xorm:"varchar(255)" json:",omitempty"`
	ContentId           string     `xorm:"varchar(255)" json:",omitempty"`
	RemoteAddress       string     `xorm:"varchar(255)" json:",omitempty"`
	RawContent          string     `xorm:"varchar(32000)" json:",omitempty"`
	Version             string     `xorm:"varchar(255)" json:",omitempty"`
	StartDate           *time.Time `json:",omitempty"`
	EndDate             *time.Time `json:",omitempty"`
}

Jump to

Keyboard shortcuts

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