Versions in this module Expand all Collapse all v0 v0.21.0 Sep 30, 2025 v0.19.0 Sep 28, 2025 Changes in this version + func CamelCase(name string) string + type Attribute struct + Attr string + Field string + Type string + type Loader struct + func NewLoader() *Loader + func (l *Loader) CollectAllAttributes(specs []TagSpec) map[string]Attribute + func (l *Loader) LoadAllTagSpecs() ([]TagSpec, error) + func (l *Loader) LoadGlobalAttributes() ([]Attribute, error) + type TagSpec struct + Attributes []Attribute + Name string + ParentTargets []string + Void bool