Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsKnownField ¶
IsKnownField reports whether field is part of the user-facing field vocabulary.
func NormalizeFields ¶
NormalizeFields validates fields, removes duplicates, and returns canonical order.
func WireFieldName ¶
WireFieldName returns the API wire field name for a validated user-facing field.
Types ¶
type PinFetch ¶
PinFetch identifies a pin and the fields to fetch for it.
func DedupAndUnion ¶
DedupAndUnion merges fetches for the same pin while preserving first-seen pin order.
type SessionRef ¶
type SessionRef struct {
ID int64
}
SessionRef identifies a Disbug session.
func ParseSession ¶
func ParseSession(arg string) (SessionRef, error)
ParseSession parses a positive integer session reference.
Click to show internal directories.
Click to hide internal directories.