chat

package
v0.0.24 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Ask added in v0.0.21

func Ask(c *gin.Context)

func Cron added in v0.0.9

func Cron(c *gin.Context)

func Describe added in v0.0.12

func Describe(c *gin.Context)

func Event added in v0.0.8

func Event(c *gin.Context)

func Example added in v0.0.18

func Example(c *gin.Context)

func FieldExample added in v0.0.21

func FieldExample(c *gin.Context)

func Log added in v0.0.8

func Log(c *gin.Context)

func Resource added in v0.0.15

func Resource(c *gin.Context)

Types

type ResourceData added in v0.0.19

type ResourceData struct {
	// 资源版本
	Version string `form:"version"`
	// 资源类型
	Kind string `form:"kind"`
	// 资源组
	Group string `form:"group"`
	// 资源描述
	Describe string `form:"describe"`
	// 定时任务
	Cron string `form:"cron"`
	// 日志
	Data      string `form:"data"`
	Field     string `form:"field"`
	Name      string `form:"name"`
	Namespace string `form:"namespace"`
	// 事件
	Note                string `form:"note"`
	Source              string `form:"source"`
	Reason              string `form:"reason"`
	ReportingController string `form:"reportingController"`
	Type                string `form:"type"`
	RegardingKind       string `form:"regardingKind"`
}

Jump to

Keyboard shortcuts

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