Versions in this module Expand all Collapse all v0 v0.1.0 Jul 17, 2026 Changes in this version + func IsKnownField(field string) bool + func NormalizeFields(fields []string) ([]string, error) + func ParseReportPinNumber(arg string) (int64, error) + func WireFieldName(field string) string + type PinFetch struct + Fields []string + Pin PinRef + func DedupAndUnion(fetches []PinFetch) []PinFetch + func ParsePinFetch(arg string, defaultFields []string) (PinFetch, error) + type PinRef struct + Pin int64 + Session SessionRef + func ParsePin(arg string) (PinRef, error) + func (r PinRef) RefString() string + type SessionRef struct + ProjectID int64 + SessionNumber int64 + TeamSlug string + func ParseSession(arg string) (SessionRef, error) + func (r SessionRef) RefString() string