Documentation
¶
Overview ¶
Package uicfg holds models of the json format config files for ui
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Name string `json:"name"`
Version string `json:"version"`
Date int64 `json:"date"`
Aud string `json:"aud"`
Images []Image `json:"images"`
Parameters []Parameters `json:"parameters"`
}
Config represents the custom configuration elements of a UI
type Image ¶
type Image struct {
For string `json:"for"`
Src string `json:"src"`
Alt string `json:"alt"`
FigCaption string `json:"figcaption"`
Width int `json:"width"`
Height int `json:"height"`
}
Image represents an image to be used in the UI
type Parameters ¶
Parameters represents an array of Key-Value parameters
Click to show internal directories.
Click to hide internal directories.