lib

package module
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2024 License: MIT Imports: 2 Imported by: 0

README

gowp_objects

Documentation

Index

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
}

Jump to

Keyboard shortcuts

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