Categorygithub.com/crewlinker/protohtml-go
module
0.1.2
Repository: https://github.com/crewlinker/protohtml-go.git
Documentation: pkg.go.dev

# README

protohtml-go

Check

Protobuf code generation for type-safe routing, links generation and HTML rendering

Features

  • Specification-first creation of routes
  • Generates route patterns for use with the new go 1.22 *ServerMux
  • Generates http.Handler with type-safe access to route parameters, headers and query parameters
  • Generates type-safe generation of links
  • Renders HTML using the Templ templates
  • Validation using https://github.com/bufbuild/protovalidate-go
  • Can use any standard middleware

# Packages

No description provided by the author
No description provided by the author
Package main provides repo automation using mage.
Package phtml implements shared functionality for generated code.