Documentation ¶
Index ¶
- func DebugIndex(c *xin.Context)
- func DebugJSON(c *xin.Context)
- func DebugPprof(c *xin.Context)
- func JobStats(c *xin.Context)
- func ShellExec(c *xin.Context)
- func ShellIndex(c *xin.Context)
- func SqlExec(c *xin.Context)
- func SqlIndex(c *xin.Context)
- func TenantCreate(c *xin.Context)
- func TenantDelete(c *xin.Context)
- func TenantIndex(c *xin.Context)
- func TenantList(c *xin.Context)
- func TenantUpdate(c *xin.Context)
- type ShellArg
- type ShellResult
- type SqlArg
- type SqlResult
- type TenantEdit
- type TenantInfo
- type TenantQueryArg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DebugIndex ¶
func DebugPprof ¶
func ShellIndex ¶
func TenantCreate ¶
func TenantDelete ¶
func TenantIndex ¶
func TenantList ¶
func TenantUpdate ¶
Types ¶
type ShellResult ¶
type TenantEdit ¶
type TenantEdit struct { TenantInfo Oname string `json:"oname" form:"oname,strip,lower" validate:"required,regexp=^[a-z][a-z0-9]{00x2C29}$"` }
type TenantInfo ¶
type TenantInfo struct { xsm.SchemaInfo Current bool `json:"current,omitempty"` Default bool `json:"default,omitempty"` }
type TenantQueryArg ¶
type TenantQueryArg struct {
xsm.SchemaQuery
}
Click to show internal directories.
Click to hide internal directories.