Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + type Annotation struct + Field string + Type string + Value string + type AnnotationSet struct + Annotations []Annotation + Protocol string + func NewAnnotationSet(protocol string) *AnnotationSet + func (as *AnnotationSet) Add(a Annotation) + func (as *AnnotationSet) ByField(field string) []Annotation + func (as *AnnotationSet) ByType(t string) []Annotation + func (as *AnnotationSet) Deprecated() []Annotation + func (as *AnnotationSet) Format() string + func (as *AnnotationSet) Stats() map[string]int