Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var APP map[string][]byte = map[string][]byte{
"apphtml": apphtml,
"appjs": appjs,
"appcss": appcss,
}
View Source
var CSS cSS = cSS{
"fontawesome": fontawesome,
"materialdesignicons": materialdesignicons,
"buefycss": buefycss,
"vuelayerscss": vuelayerscss,
"scrollercss": scrollercss,
}
View Source
var JSL jSL = jSL{}
View Source
var VJS vJS = vJS{}
Functions ¶
This section is empty.
Types ¶
type VIcons ¶
var VIC VIcons = VIcons{ "logo": string(icoLogo), "overview": string(icoOverview), "send": string(icoSend), "sent": string(icoSent), "receive": string(icoReceive), "received": string(icoReceived), "history": string(icoHistory), "settings": string(icoSettings), "help": string(icoHelp), "info": string(icoInfo), "peers": string(icoPeers), "balance": string(icoBalance), "blocks": string(icoBlocks), "link": string(icoLink), "linkOff": string(icoLinkOff), "loading": string(icoLoading), "addressbook": string(icoAddressBook), "unconfirmed": string(icoUnconfirmed), "txnumber": string(icoTxNumber), }
Click to show internal directories.
Click to hide internal directories.