component

package
v0.38.1 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2026 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AdminJS added in v0.38.1

func AdminJS() string

func AppsView added in v0.38.1

func AppsView(apps []*model.App) app.UI

func AuthenticationEditView added in v0.38.1

func AuthenticationEditView(d AuthenticationEditData) app.UI

func AuthenticationsView added in v0.38.1

func AuthenticationsView(flag string, auths []*model.Authentication) app.UI

func ConnectionEditView added in v0.38.1

func ConnectionEditView(d ConnectionEditData) app.UI

func ConnectionsView added in v0.38.1

func ConnectionsView(flag string, conns []*model.Connection) app.UI

func ExecutionsView added in v0.38.1

func ExecutionsView(execs []*model.Execution) app.UI

func FlowEditView added in v0.38.1

func FlowEditView(d FlowEditData) app.UI

func FlowListView added in v0.38.1

func FlowListView(flag string, flows []*model.Flow) app.UI

func FlowListViewWithSummary added in v0.38.1

func FlowListViewWithSummary(flag string, flows []*model.Flow, summaryByID map[int64]FlowListSummary) app.UI

func JSONString added in v0.38.1

func JSONString(v any) string

Types

type AuthenticationEditData added in v0.38.1

type AuthenticationEditData struct {
	Flag        string
	ID          string
	Name        string
	Type        string
	Enabled     bool
	Credentials string
}

type BotRuleOption added in v0.38.1

type BotRuleOption struct {
	Bot   string
	Rule  string
	Label string
}

type ConnectionEditData added in v0.38.1

type ConnectionEditData struct {
	Flag    string
	ID      string
	Name    string
	Type    string
	Enabled bool
	Config  string
}

type FlowEditData added in v0.38.1

type FlowEditData struct {
	Flag           string
	FlowID         string
	Name           string
	Description    string
	Enabled        bool
	Trigger        string
	TriggerParams  string
	WebhookURL     string
	Action         string
	ActionParams   string
	RuleMetaJSON   string
	TriggerOptions []BotRuleOption
	ActionOptions  []BotRuleOption
}

type FlowListSummary added in v0.38.1

type FlowListSummary struct {
	Trigger string
	Action  string
}

type Form

type Form struct {
	app.Compo
	Page   model.Page
	Form   model.Form
	Schema types.FormMsg
}

func (*Form) Render

func (c *Form) Render() app.UI

type Html

type Html struct {
	app.Compo
	Page   model.Page
	Schema types.HtmlMsg
}

func (*Html) Render

func (c *Html) Render() app.UI

type Table

type Table struct {
	app.Compo
	Page   model.Page
	Schema types.TableMsg
}

func (*Table) Render

func (c *Table) Render() app.UI

Jump to

Keyboard shortcuts

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