types

package
v0.11.1 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2022 License: LGPL-2.1 Imports: 3 Imported by: 0

Documentation

Overview

File generated by Gopher Sauce DO NOT EDIT!!

File generated by Gopher Sauce DO NOT EDIT!!

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Alertbs

type Alertbs struct {
	Type     string
	Text     string
	Redirect string
}

func CastAlertbs

func CastAlertbs(args ...interface{}) *Alertbs

Asserts first argument, a map, as struct Alertbs. This function is used with template functionality.

func NewAlertbs

func NewAlertbs() *Alertbs

Create a new Alertbs struct and return the pointer.

type App

type App struct {
	Type             string
	Name             string
	PublicName       string
	Css              []string
	Groups           []string
	Passed, Running  bool
	LatestBuild, Pid string
}

func CastApp

func CastApp(args ...interface{}) *App

Asserts first argument, a map, as struct App. This function is used with template functionality.

func NewApp

func NewApp() *App

Create a new App struct and return the pointer.

type Aput

type Aput struct {
	Link, Param, Value string
}

func CastAput

func CastAput(args ...interface{}) *Aput

Asserts first argument, a map, as struct Aput. This function is used with template functionality.

func NewAput

func NewAput() *Aput

Create a new Aput struct and return the pointer.

type DForm

type DForm struct {
	Text, Link string
}

func CastDForm

func CastDForm(args ...interface{}) *DForm

Asserts first argument, a map, as struct DForm. This function is used with template functionality.

func NewDForm

func NewDForm() *DForm

Create a new DForm struct and return the pointer.

type DebugNode

type DebugNode struct {
	Action, Line, CTA string
}

func CastDebugNode

func CastDebugNode(args ...interface{}) *DebugNode

Asserts first argument, a map, as struct DebugNode. This function is used with template functionality.

func NewDebugNode

func NewDebugNode() *DebugNode

Create a new DebugNode struct and return the pointer.

type DebugObj

type DebugObj struct {
	PKG, Id, Username, RawLog, Time string
	Bugs                            []DebugNode
}

func CastDebugObj

func CastDebugObj(args ...interface{}) *DebugObj

Asserts first argument, a map, as struct DebugObj. This function is used with template functionality.

func NewDebugObj

func NewDebugObj() *DebugObj

Create a new DebugObj struct and return the pointer.

type Dex

type Dex struct {
	Misc string
	Text string
	Link string
}

func CastDex

func CastDex(args ...interface{}) *Dex

Asserts first argument, a map, as struct Dex. This function is used with template functionality.

func NewDex

func NewDex() *Dex

Create a new Dex struct and return the pointer.

type FSCs

type FSCs struct {
	Path string
	Hide bool
	Form Forms
}

func CastFSCs

func CastFSCs(args ...interface{}) *FSCs

Asserts first argument, a map, as struct FSCs. This function is used with template functionality.

func NewFSCs

func NewFSCs() *FSCs

Create a new FSCs struct and return the pointer.

type Forms

type Forms struct {
	Link    string
	Inputs  []Inputs
	Buttons []SButton
	CTA     string
	Class   string
}

func CastForms

func CastForms(args ...interface{}) *Forms

Asserts first argument, a map, as struct Forms. This function is used with template functionality.

func NewForms

func NewForms() *Forms

Create a new Forms struct and return the pointer.

type Inputs

type Inputs struct {
	Misc    string
	Text    string
	Name    string
	Type    string
	Options []string
	Value   string
}

func CastInputs

func CastInputs(args ...interface{}) *Inputs

Asserts first argument, a map, as struct Inputs. This function is used with template functionality.

func NewInputs

func NewInputs() *Inputs

Create a new Inputs struct and return the pointer.

type Navbars struct {
	Mode string
	ID   string
}

func CastNavbars

func CastNavbars(args ...interface{}) *Navbars

Asserts first argument, a map, as struct Navbars. This function is used with template functionality.

func NewNavbars

func NewNavbars() *Navbars

Create a new Navbars struct and return the pointer.

type PkgItem

type PkgItem struct {
	ID       string    `json:"id"`
	Icon     string    `json:"icon"`
	Text     string    `json:"text"`
	Children []PkgItem `json:"children"`

	Parent string `json:"parent"`
	Link   string `json:"link"`
	Type   string `json:"type"`
	DType  string `json:"dtype"`
	RType  string `json:"rtype"`
	NType  string `json:"ntype"`
	MType  string `json:"mtype"`
	CType  string `json:"ctype"`
	AppID  string `json:"appid"`
	// contains filtered or unexported fields
}

func CastPkgItem

func CastPkgItem(args ...interface{}) *PkgItem

Asserts first argument, a map, as struct PkgItem. This function is used with template functionality.

func NewPkgItem

func NewPkgItem() *PkgItem

Create a new PkgItem struct and return the pointer.

type RPut

type RPut struct {
	Link     string
	DLink    string
	Inputs   []Inputs
	Count    string
	ListLink string
}

func CastRPut

func CastRPut(args ...interface{}) *RPut

Asserts first argument, a map, as struct RPut. This function is used with template functionality.

func NewRPut

func NewRPut() *RPut

Create a new RPut struct and return the pointer.

type SButton

type SButton struct {
	Text  string
	Class string
	Link  string
}

func CastSButton

func CastSButton(args ...interface{}) *SButton

Asserts first argument, a map, as struct SButton. This function is used with template functionality.

func NewSButton

func NewSButton() *SButton

Create a new SButton struct and return the pointer.

type SModal

type SModal struct {
	Title   string
	Body    string
	Color   string
	Buttons []SButton
	Form    Forms
}

func CastSModal

func CastSModal(args ...interface{}) *SModal

Asserts first argument, a map, as struct SModal. This function is used with template functionality.

func NewSModal

func NewSModal() *SModal

Create a new SModal struct and return the pointer.

type SPackageEdit

type SPackageEdit struct {
	Type, Mainf, Shutdown, Initf, Sessionf                  string
	IType, Package, Port, Key, Name, Ffpage, Erpage, Domain Aput
	Css                                                     RPut
	Imports                                                 []RPut
	Variables                                               []RPut
	CssFiles                                                []RPut
	CreateVar                                               RPut
	CreateImport                                            RPut
	TName                                                   string
}

func CastSPackageEdit

func CastSPackageEdit(args ...interface{}) *SPackageEdit

Asserts first argument, a map, as struct SPackageEdit. This function is used with template functionality.

func NewSPackageEdit

func NewSPackageEdit() *SPackageEdit

Create a new SPackageEdit struct and return the pointer.

type SROC

type SROC struct {
	Name      string
	CompLog   []byte
	Build     bool
	Time, Pid string
}

func CastSROC

func CastSROC(args ...interface{}) *SROC

Asserts first argument, a map, as struct SROC. This function is used with template functionality.

func NewSROC

func NewSROC() *SROC

Create a new SROC struct and return the pointer.

type SSWAL

type SSWAL struct {
	Title, Type, Text string
}

func CastSSWAL

func CastSSWAL(args ...interface{}) *SSWAL

Asserts first argument, a map, as struct SSWAL. This function is used with template functionality.

func NewSSWAL

func NewSSWAL() *SSWAL

Create a new SSWAL struct and return the pointer.

type STab

type STab struct {
	Buttons []SButton
}

func CastSTab

func CastSTab(args ...interface{}) *STab

Asserts first argument, a map, as struct STab. This function is used with template functionality.

func NewSTab

func NewSTab() *STab

Create a new STab struct and return the pointer.

type SearchResult added in v0.10.4

type SearchResult struct {
	File, Snippet string
	Matches       [][]int
}

func CastSearchResult added in v0.10.4

func CastSearchResult(args ...interface{}) *SearchResult

Asserts first argument, a map, as struct SearchResult. This function is used with template functionality.

func NewSearchResult added in v0.10.4

func NewSearchResult() *SearchResult

Create a new SearchResult struct and return the pointer.

type SoftUser

type SoftUser struct {
	Username         string
	Email            string
	Password         []byte
	Apps             []App
	Docker           string
	TrialEnd         int64
	StripeID, FLogin string
}

func CastSoftUser

func CastSoftUser(args ...interface{}) *SoftUser

Asserts first argument, a map, as struct SoftUser. This function is used with template functionality.

func NewSoftUser

func NewSoftUser() *SoftUser

Create a new SoftUser struct and return the pointer.

type TEditor

type TEditor struct {
	PKG, Type, LType string
	CreateForm       RPut
}

func CastTEditor

func CastTEditor(args ...interface{}) *TEditor

Asserts first argument, a map, as struct TEditor. This function is used with template functionality.

func NewTEditor

func NewTEditor() *TEditor

Create a new TEditor struct and return the pointer.

type TemplateEdits

type TemplateEdits struct {
	SavesTo, PKG, PreviewLink, ID, Mime string
	File                                []byte
	Settings                            RPut
}

func CastTemplateEdits

func CastTemplateEdits(args ...interface{}) *TemplateEdits

Asserts first argument, a map, as struct TemplateEdits. This function is used with template functionality.

func NewTemplateEdits

func NewTemplateEdits() *TemplateEdits

Create a new TemplateEdits struct and return the pointer.

type USettings

type USettings struct {
	LastPaid string
	Email    string
	StripeID string
}

func CastUSettings

func CastUSettings(args ...interface{}) *USettings

Asserts first argument, a map, as struct USettings. This function is used with template functionality.

func NewUSettings

func NewUSettings() *USettings

Create a new USettings struct and return the pointer.

type VHuf

type VHuf struct {
	Type, PKG string
	Edata     []byte
}

func CastVHuf

func CastVHuf(args ...interface{}) *VHuf

Asserts first argument, a map, as struct VHuf. This function is used with template functionality.

func NewVHuf

func NewVHuf() *VHuf

Create a new VHuf struct and return the pointer.

type WebRootEdits

type WebRootEdits struct {
	SavesTo, Type, PreviewLink, ID, PKG string
	Faas                                bool
	File                                []byte
	BreakPoints                         []byte
}

func CastWebRootEdits

func CastWebRootEdits(args ...interface{}) *WebRootEdits

Asserts first argument, a map, as struct WebRootEdits. This function is used with template functionality.

func NewWebRootEdits

func NewWebRootEdits() *WebRootEdits

Create a new WebRootEdits struct and return the pointer.

Jump to

Keyboard shortcuts

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