helper

package module
v0.0.0-...-5f27e69 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2024 License: AGPL-3.0 Imports: 2 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action struct {
	Name        string          `json:"name"`
	Description string          `json:"description"`
	Functions   []ModelFunction `json:"functions"`
	Running     bool
}

type BuiltinFunction

type BuiltinFunction struct {
	LuaFileName string            `json:"File"`
	Name        string            `json:"Name"`
	DisplayName string            `json:"Display"`
	Arguments   map[string]string `json:"Inputs"`
}

type ModelFunction

type ModelFunction struct {
	FunctionName string            `json:"fname"`
	Arguments    map[string]string `json:"arguments"`
}

type OVI

type OVI struct {
	Name                string            `json:"name"`
	Description         string            `json:"description"`
	ProductName         string            `json:"product"`
	MarkdownRefrenceURL string            `json:"mdsite"`
	Others              map[string]string `json:"modelSpecific"`
}

type StackWithFooter

type StackWithFooter struct{}

func (*StackWithFooter) Layout

func (l *StackWithFooter) Layout(objects []fyne.CanvasObject, containerSize fyne.Size)

func (*StackWithFooter) MinSize

func (l *StackWithFooter) MinSize(objects []fyne.CanvasObject) fyne.Size

type StackWithNavbar

type StackWithNavbar struct{}

func (*StackWithNavbar) Layout

func (l *StackWithNavbar) Layout(objects []fyne.CanvasObject, containerSize fyne.Size)

func (*StackWithNavbar) MinSize

func (l *StackWithNavbar) MinSize(objects []fyne.CanvasObject) fyne.Size

type StackWithSidebar

type StackWithSidebar struct{}

func (*StackWithSidebar) Layout

func (l *StackWithSidebar) Layout(objects []fyne.CanvasObject, containerSize fyne.Size)

func (*StackWithSidebar) MinSize

func (l *StackWithSidebar) MinSize(objects []fyne.CanvasObject) fyne.Size

Jump to

Keyboard shortcuts

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