widgetservice

package
v1.11.4 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2023 License: Apache-2.0 Imports: 2 Imported by: 4

Documentation

Index

Constants

View Source
const (
	RawResult = "RAW"

	DataKey     = "puzzledata.json"
	FormKey     = "formData"
	GroupIdKey  = "groupId"
	ObjectIdKey = "objectId"

	PathKeySlash  = "pathData/"
	QueryKeySlash = "queryData/"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action struct {
	Kind       string
	Name       string
	Path       string
	QueryNames []string
}

type WidgetService

type WidgetService interface {
	GetDesc(ctx context.Context) ([]Action, error)
	Process(ctx context.Context, actionName string, data gin.H, files map[string][]byte) (string, string, []byte, error)
}

Jump to

Keyboard shortcuts

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