Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Address ¶
type Blocks ¶
type Blocks struct { // Per int `json:"per"` // Page int `json:"page"` CurrentPage int `json:"currentpage"` PageCount int `json:"pagecount"` Blocks []json.GetBlockVerboseResult `json:"blocks"` }
type DisplayConfig ¶
type DuoGuiItem ¶
type DuoGuiItems ¶
type DuoGuiItems struct { Slug string `json:"slug"` Items map[string]DuoGuiItem `json:"items"` }
type DuoGuiTemplates ¶
type DuoVUEcomp ¶
type DuoVUEcomp struct { IsApp bool `json:"isapp"` Name string `json:"name"` ID string `json:"id"` Version string `json:"ver"` Description string `json:"desc"` State string `json:"state"` Image string `json:"img"` URL string `json:"url"` CompType string `json:"comtype"` SubType string `json:"subtype"` Js string `json:"js"` Template string `json:"template"` Css string `json:"css"` }
Vue App Model
type DuoVUEcomps ¶
type DuoVUEcomps []DuoVUEcomp
type EJSlayout ¶
type EJSlayout struct { AllowDragging bool `json:"allowDragging"` AllowFloating bool `json:"allowFloating"` AllowResizing bool `json:"allowResizing"` CellAspectRatio int `json:"cellAspectratio"` CellSpacing []int `json:"cellSpacing"` Columns int `json:"columns"` DraggableHandle string `json:"draggaBlehandle"` EnablePersistence bool `json:"enablePersistence"` EnableRtl bool `json:"enableRtl"` MediaQuery string `json:"mediaQuery"` Panels []EJSpanel `json:"panels"` ResizableHandles []string `json:"resizableHandles"` ShowGridLines bool `json:"showGridLines"` }
EJS Layout Model
type EJSpanel ¶
type EJSpanel struct { ID string `json:"id"` Col int `json:"col"` Content string `json:"content"` CssClass string `json:"cssClass"` Enabled bool `json:"enabled"` Header string `json:"header"` MaxSizeX int `json:"maxSizeX"` MaxSizeY int `json:"maxSizeY"` MinSizeX int `json:"minSizeX"` MinSizeY int `json:"minSizeY"` Row int `json:"row"` SizeX int `json:"sizeX"` SizeY int `json:"sizeY"` ZIndex int `json:"zIndex"` }
EJS Panel Model
type Send ¶
type Send struct { }
Click to show internal directories.
Click to hide internal directories.