Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Writer WriterConfig Book opening.Book First battle.EnginePool Second battle.EnginePool Watcher Watcher }
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
func NewWriter ¶
func NewWriter(c WriterConfig) *Writer
type WriterConfig ¶
type WriterConfig struct { PGN io.Writer SGS io.Writer Opts WriterOptions }
type WriterOptions ¶
type WriterOptions struct {
NoFlushAfterWrite bool
}
Click to show internal directories.
Click to hide internal directories.