golazy.dev golazy.dev Directories

golazy.dev/ directory

Directories

Path Synopsis
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.
lazydoc
lazyfiles Package lazyfiles catalogs stored files and routes them to named storages.
lazyforms Package lazyforms provides model-aware form helpers for GoLazy views.
lazymailer
lazymedia Package lazymedia manages generated representations of stored files.
lazypath
lazyroutes
lazyroutes/actioncall
lazyschema Package lazyschema fills structs from form values and generates the field names used by GoLazy forms.
lazyseo Package lazyseo renders common document metadata for GoLazy views.
lazyseo/jsonld Package jsonld provides small schema.org JSON-LD value types for lazyseo.
lazysession Package lazysession provides cookie and filesystem sessions and infrastructure for custom session backends.
lazysse Package lazysse writes Server-Sent Events responses.
lazystorage Package lazystorage defines small interfaces for object-style storage.
lazystorage/s3 Package s3 provides an S3-compatible lazystorage backend.
lazysupport/inflection Package inflection contains word and naming helpers used by GoLazy conventions.
lazytest
lazyturbo Package lazyturbo provides Hotwire Turbo helpers for controllers and views.
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.