SYMBOL INDEX (69 symbols across 30 files) FILE: manager/backend/controller/page_data_controller/page_data_controller.go type PageData (line 14) | type PageData struct type PageInfo (line 24) | type PageInfo struct function getPageData (line 29) | func getPageData(myClient *http.Client, url string, target interface{}) ... function loopPullPageData (line 41) | func loopPullPageData(pageId uint32, url string, ch chan *PageInfo) { function PushPageData (line 63) | func PushPageData(c *websocket.Conn) { FILE: manager/backend/controller/page_url_controller/page_url_controller.go function Add (line 13) | func Add(c *fiber.Ctx) error { function Delete (line 26) | func Delete(c *fiber.Ctx) error { function List (line 38) | func List(c *fiber.Ctx) error { FILE: manager/backend/controller/user_controller/user_controller.go function Login (line 15) | func Login(c *fiber.Ctx) error { function Account (line 47) | func Account(c *fiber.Ctx) error { function Logout (line 62) | func Logout(c *fiber.Ctx) error { FILE: manager/backend/database/init.sql type sessions (line 1) | CREATE TABLE IF NOT EXISTS sessions ( type users (line 7) | CREATE TABLE IF NOT EXISTS users ( type page_urls (line 12) | CREATE TABLE IF NOT EXISTS page_urls ( type user_uiq (line 18) | CREATE UNIQUE INDEX user_uiq on users (user) FILE: manager/backend/main.go function getCurrentPwd (line 28) | func getCurrentPwd() string { function initDatabase (line 32) | func initDatabase() { function initSession (line 40) | func initSession() { function setupRoutes (line 56) | func setupRoutes(app *fiber.App) { function main (line 90) | func main() { FILE: manager/backend/middleware/logged.go function Logged (line 8) | func Logged(c *fiber.Ctx) error { FILE: manager/backend/middleware/ws_options.go function UpgradeOptions (line 8) | func UpgradeOptions(c *fiber.Ctx) error { FILE: manager/backend/model/remote_url_model/remote_url_model.go type PageUrl (line 3) | type PageUrl struct FILE: manager/backend/model/user_model/user_model.go type User (line 3) | type User struct FILE: manager/frontend/build/check-versions.js function exec (line 7) | function exec (cmd) { FILE: manager/frontend/build/utils.js function generateLoaders (line 33) | function generateLoaders (loader, loaderOptions) { FILE: manager/frontend/build/webpack.base.conf.js function resolve (line 7) | function resolve (dir) { FILE: manager/frontend/build/webpack.dev.conf.js constant HOST (line 13) | const HOST = process.env.HOST constant PORT (line 14) | const PORT = process.env.PORT && Number(process.env.PORT) FILE: manager/frontend/build/webpack.prod.conf.js method minChunks (line 84) | minChunks (module) { FILE: page/backend/controller/system.go function GetSysInfo (line 11) | func GetSysInfo(c *fiber.Ctx) error { function PushSysStatus (line 15) | func PushSysStatus(c *websocket.Conn) { function GetPageData (line 22) | func GetPageData(c *fiber.Ctx) error { FILE: page/backend/main.go function main (line 22) | func main() { FILE: page/backend/middleware/ws_options.go function UpgradeOptions (line 8) | func UpgradeOptions(c *fiber.Ctx) error { FILE: page/backend/service/cpu.go type Core (line 5) | type Core struct type CPUInfo (line 12) | type CPUInfo struct method AppendCore (line 17) | func (cpuInfo *CPUInfo) AppendCore(core *Core) { function GetCPUInfo (line 21) | func GetCPUInfo() *CPUInfo { FILE: page/backend/service/disk.go type Partition (line 9) | type Partition struct type DiskInfo (line 15) | type DiskInfo struct method AppendPartition (line 19) | func (diskInfo *DiskInfo) AppendPartition(partition *Partition) { function GetDiskInfo (line 23) | func GetDiskInfo() *DiskInfo { FILE: page/backend/service/host.go type HostInfo (line 7) | type HostInfo struct function GetHostInfo (line 16) | func GetHostInfo() *HostInfo { function GetUptime (line 28) | func GetUptime() uint64 { FILE: page/backend/service/memory.go type MemoryInfo (line 7) | type MemoryInfo struct type MemoryStatus (line 12) | type MemoryStatus struct function GetMemoryInfo (line 17) | func GetMemoryInfo() *MemoryInfo { function GetMemoryStatus (line 26) | func GetMemoryStatus() *MemoryStatus { FILE: page/backend/service/network.go type Ifce (line 9) | type Ifce struct type NetworkInfo (line 15) | type NetworkInfo struct method AppendIfce (line 19) | func (networkInfo *NetworkInfo) AppendIfce(ifce *Ifce) { function GetNetworkInfo (line 23) | func GetNetworkInfo() *NetworkInfo { FILE: page/backend/service/page_data.go type PageData (line 13) | type PageData struct function GetPageData (line 23) | func GetPageData() *PageData { FILE: page/backend/service/system.go type SystemInfo (line 10) | type SystemInfo struct type SystemStatus (line 19) | type SystemStatus struct function GetSystemInfo (line 29) | func GetSystemInfo() *SystemInfo { function GetSystemStatus (line 40) | func GetSystemStatus() *SystemStatus { FILE: page/frontend/build/check-versions.js function exec (line 7) | function exec (cmd) { FILE: page/frontend/build/utils.js function generateLoaders (line 33) | function generateLoaders (loader, loaderOptions) { FILE: page/frontend/build/webpack.base.conf.js function resolve (line 7) | function resolve (dir) { FILE: page/frontend/build/webpack.dev.conf.js constant HOST (line 13) | const HOST = process.env.HOST constant PORT (line 14) | const PORT = process.env.PORT && Number(process.env.PORT) FILE: page/frontend/build/webpack.prod.conf.js method minChunks (line 84) | minChunks (module) { FILE: page/frontend/src/common/filters.js function humanByte (line 4) | function humanByte(size) { function humanSec (line 21) | function humanSec(sec) { function humanPerc (line 42) | function humanPerc(float, num) {