Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { App support.Refiber PreRenderHanlder PreRenderHanlder SSRHanlder SSRHanlder EnablePreRenderByDefault bool EnableSSRByDefault bool ViewTemplate string }
type InertiaInterface ¶
type InertiaInterface interface { SetViewTemplate(view string) Render(*fiber.Ctx) *render }
type PreRenderHanlder ¶
type PreRenderHanlder = func(PreRenderInterface) *string
type PreRenderInterface ¶
type SSRHanlder ¶
type SSRHanlder = func(SSRInterface) *string
type SSRInterface ¶
Click to show internal directories.
Click to hide internal directories.