Documentation
¶
Index ¶
Constants ¶
View Source
const ImportPath = "github.com/cssbruno/gowdk/addons/ssr"
ImportPath is the canonical Go import path for the SSR addon.
Variables ¶
View Source
var ComposeLayouts = runtimessr.ComposeLayouts
View Source
var DefaultErrorHandler = runtimessr.DefaultErrorHandler
View Source
var ElementPath = runtimessr.ElementPath
View Source
var IsNativeRBACGuard = runtimessr.IsNativeRBACGuard
View Source
var LoadPath = runtimessr.LoadPath
View Source
var NativeRBACGuard = runtimessr.NativeRBACGuard
View Source
var NewLoadContext = runtimessr.NewLoadContext
View Source
var Redirect = runtimessr.Redirect
View Source
var RedirectTarget = runtimessr.RedirectTarget
View Source
var RedirectTo = runtimessr.RedirectTo
View Source
var Register = runtimessr.Register
View Source
var RenderRegions = runtimessr.RenderRegions
View Source
var RunGuards = runtimessr.RunGuards
View Source
var RunGuardsWithAuth = runtimessr.RunGuardsWithAuth
Functions ¶
Types ¶
type CondSpec ¶ added in v0.6.0
type CondSpec = runtimessr.CondSpec
type ErrorHandler ¶
type ErrorHandler = runtimessr.ErrorHandler
type GuardFunc ¶
type GuardFunc = runtimessr.GuardFunc
type GuardRegistry ¶
type GuardRegistry = runtimessr.GuardRegistry
type LayoutFunc ¶
type LayoutFunc = runtimessr.LayoutFunc
type LayoutRegistry ¶
type LayoutRegistry = runtimessr.LayoutRegistry
type LayoutStack ¶
type LayoutStack = runtimessr.LayoutStack
type ListField ¶ added in v0.6.0
type ListField = runtimessr.ListField
type ListSpec ¶ added in v0.6.0
type ListSpec = runtimessr.ListSpec
type LoadContext ¶
type LoadContext = runtimessr.LoadContext
type LoadFunc ¶
type LoadFunc = runtimessr.LoadFunc
type RedirectError ¶ added in v0.1.5
type RedirectError = runtimessr.RedirectError
type Route ¶
type Route = runtimessr.Route
type Router ¶
type Router = runtimessr.Router
Click to show internal directories.
Click to hide internal directories.