package
Version:
v0.0.0-...-eaa9bf8
Opens a new window with list of versions in this module.
Published: Jan 12, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Action struct {
Target string `json:"target"`
Method string `json:"method"`
Index uint `json:"index"`
}
type CompetitorSchema struct {
Vehicle uint `json:"vehicle"`
Driver uint `json:"driver"`
}
type EventSchema struct {
Name string `json:"name"`
Class uint8 `json:"calss"`
Tracks []uint `json:"tracks"`
Competitors []uint `json:"competitors"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.