golazy.dev golazy.dev Directories

golazy.dev/ directory

Directories

Path Synopsis
internal/actioncall
lazyapp
lazyassets Package lazyassets registers, fingerprints, and serves application assets.
lazycontroller
lazycookie Package lazycookie encodes and decodes authenticated and optionally encrypted cookie values.
lazydispatch Package lazydispatch owns request middleware dispatch for GoLazy.
lazydispatch/middlewares Package middlewares contains request middleware used by GoLazy dispatch.
lazyforms Package lazyforms provides model-aware form helpers for GoLazy views.
lazyroutes
lazyschema Package lazyschema fills structs from form values and generates the field names used by GoLazy forms.
lazysession Package lazysession provides cookie and filesystem sessions and infrastructure for custom session backends.
lazysupport/inflection Package inflection contains word and naming helpers used by GoLazy conventions.
lazyview Package lazyview provides view rendering, helper registration, and render context handling independent from any concrete template engine.
lazyview/gotmpl Package gotmpl registers Go's html/template engine for lazyview.
lazyviews Package lazyviews opens local application views for development builds.