type Spec … func (s Spec) SubjectID() uint { … } func (s Spec) Text() string { … } func (s Spec) FirstNodeWithType(nodeTypes types.NodeType) Node { … } func (s Spec) FlakeAttempts() int { … } func (s Spec) MustPassRepeatedly() int { … } func (s Spec) SpecTimeout() time.Duration { … } type Specs … func (s Specs) HasAnySpecsMarkedPending() bool { … } func (s Specs) CountWithoutSkip() int { … } func (s Specs) AtIndices(indices SpecIndices) Specs { … }