Documentation
¶
Index ¶
- Constants
- func DataDir() (string, error)
- func RegisterSink(o SinkOpener, scheme string, schemes ...string)
- func ResolveSessionCSV(opts ...ResolveSessionCSVOpt) (string, error)
- type Race
- type ResolveSessionCSVOpt
- type ResolveSessionCSVOpts
- type Result
- type Score
- type ScoreSessionOpt
- type ScoreSessionOpts
- type Session
- type Sink
- type SinkOpener
Constants ¶
View Source
const (
EnvVarRVGLDataDir = "RVGL_DATA_DIR"
)
Variables ¶
This section is empty.
Functions ¶
func RegisterSink ¶
func RegisterSink(o SinkOpener, scheme string, schemes ...string)
func ResolveSessionCSV ¶
func ResolveSessionCSV(opts ...ResolveSessionCSVOpt) (string, error)
Types ¶
type ResolveSessionCSVOpt ¶
type ResolveSessionCSVOpt interface {
Apply(*ResolveSessionCSVOpts)
}
type ResolveSessionCSVOpts ¶
func (*ResolveSessionCSVOpts) Apply ¶
func (o *ResolveSessionCSVOpts) Apply(opts *ResolveSessionCSVOpts)
type Score ¶
func ScoreSession ¶
func ScoreSession(session *Session, opts ...ScoreSessionOpt) []Score
type ScoreSessionOpt ¶
type ScoreSessionOpt interface {
Apply(*ScoreSessionOpts)
}
type ScoreSessionOpts ¶
type ScoreSessionOpts struct {
IncludeAI bool
}
func (*ScoreSessionOpts) Apply ¶
func (o *ScoreSessionOpts) Apply(opts *ScoreSessionOpts)
type Session ¶
Click to show internal directories.
Click to hide internal directories.