Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CarAttr ¶
type CarAttr int8
func ParseCarAttr ¶
func SupportedCarAttrs ¶
func SupportedCarAttrs() []CarAttr
func (*CarAttr) UnmarshalText ¶
type Option ¶
type Option func(*OutputConfig)
func WithAllCarAttrs ¶
func WithAllCarAttrs() Option
func WithCarAttrs ¶
func WithFormat ¶
type Output ¶
type Output interface { Header() Line(session *racestatev1.Session, car *racestatev1.Car) Flush() }
func NewCarOutput ¶
type OutputConfig ¶
type OutputConfig struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.