models

package
v2.6.2 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2025 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NoticeArgs

type NoticeArgs struct {
	Text     string `json:"text"`
	Complete string `json:"complete"`
	Timeout  int    `json:"timeout"`
}

type PickerArgs

type PickerArgs struct {
	Title    string       `json:"title"`
	Items    []PickerItem `json:"items"`
	Selected int          `json:"selected"`
	Timeout  int          `json:"timeout"`
	Unsafe   bool         `json:"unsafe"`
}

type PickerItem

type PickerItem struct {
	Name      string `json:"name"`
	ZapScript string `json:"zapscript"`
}

Jump to

Keyboard shortcuts

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