golazy.dev golazy.dev Directories

golazy.dev/ directory

Directories

Path Synopsis
lazyapp Package lazyapp composes the framework packages into a runnable GoLazy application.
lazyassets Package lazyassets registers, fingerprints, serves, and uploads application assets.
lazycontroller Package lazycontroller provides request-local controller state, rendering helpers, response helpers, typed HTTP errors, redirects, content negotiation, SEO convenience methods, and Server-Sent Events entrypoints.
lazycontrolplane Package lazycontrolplane provides operational HTTP endpoints for GoLazy applications.
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 Package lazydoc extracts, stores, loads, and searches Go package documentation for the GoLazy website and documentation tools.
lazyfiles Package lazyfiles catalogs stored files and routes them to named storages.
lazyforms Package lazyforms provides model-aware form helpers for GoLazy views.
lazymailer Package lazymailer renders Rails-style mailer views into standard-library MIME messages and sends them through pluggable delivery implementations.
lazymedia Package lazymedia manages generated representations of stored files.
lazypath Package lazypath provides small helpers for path generation.
lazyroutes Package lazyroutes provides the GoLazy route scope, named route helpers, REST resources, request route metadata, and controller action binding.
lazyroutes/actioncall Package actioncall compiles and invokes controller action call plans for lazyroutes.
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 Package lazytest provides HTTP-level test helpers for GoLazy applications.
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.