Documentation ¶
Index ¶
Constants ¶
View Source
const (
NotificationsStructVersion = 20221121
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Notifications ¶
type Notifications struct { StructVersion uint32 `json:"struct_version"` CliNotifications []string `json:"cli_notifications"` PluginNotification []string `json:"plugin_notifications"` }
func (*Notifications) GetAll ¶
func (n *Notifications) GetAll() []string
type TaskRunOption ¶ added in v0.19.0
type TaskRunOption func(o *taskRunConfig)
func WithUpdateCheck ¶ added in v0.19.0
func WithUpdateCheck(run bool) TaskRunOption
Click to show internal directories.
Click to hide internal directories.