mod

package
v0.0.0-...-a838072 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2019 License: Unlicense Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddBook

type AddBook struct {
	Address string `json:"address"`
	Label   string `json:"label"`
}

type Address

type Address struct {
	Index   int     `json:"num"`
	Label   string  `json:"label"`
	Account string  `json:"account"`
	Address string  `json:"address"`
	Amount  float64 `json:"amount"`
}

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 DbAddress

type DbAddress string

type DisplayConfig

type DisplayConfig struct {
	Multi      bool                   `json:"multi"`
	Options    map[string]interface{} `json:"options`
	Responsive bool                   `json:"responsive"`
	Screens    map[string]EJSlayout   `json:"screens"`
}

type DuoGuiItem

type DuoGuiItem struct {
	Enabled  bool        `json:"enabled"`
	Name     string      `json:"name"`
	Slug     string      `json:"slug"`
	Version  string      `json:"ver"`
	CompType string      `json:"comptype"`
	SubType  string      `json:"subtype"`
	Data     interface{} `json:"data"`
}

type DuoGuiItems

type DuoGuiItems struct {
	Slug  string                `json:"slug"`
	Items map[string]DuoGuiItem `json:"items"`
}

type DuoGuiTemplates

type DuoGuiTemplates struct {
	App  map[string][]byte            `json:"app"`
	Data map[string]map[string][]byte `json:"data"`
}

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 {
}

Jump to

Keyboard shortcuts

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