README ¶ gowp_objects Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type BaseServer type RootImport type Route type RouteImport Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type BaseServer ¶ type BaseServer struct { DB *sql.DB HttpServer *http.Server } type RootImport ¶ added in v0.1.3 type RootImport struct { Routes []RouteImport ExtPageBoundFunctions map[int64]string BoundFunctions []string } type Route ¶ type Route struct { ID int64 Name string // ex index PagePath string // ex /files/index.html PageID int64 PageReferences map[string]int64 Role int64 // minimum role to access this route } type RouteImport ¶ type RouteImport struct { Name string PagePath string PageID int64 PageReferences []string Role int64 BoundFunctions []string } Source Files ¶ View all Source files objects.go Click to show internal directories. Click to hide internal directories.