Documentation
¶
Index ¶
- type Simple
- func (s *Simple) Car() car.Model
- func (s *Simple) CarFromClass(class class.Model) car.Model
- func (s *Simple) CarFromDrivetrain(drivetrain drivetrain.Model) car.Model
- func (s *Simple) Loc() location.Model
- func (s *Simple) Stage(location location.Model) stage.Model
- func (s *Simple) StageOfDistance(location location.Model, distance stage.Distance) stage.Model
- func (s *Simple) Weather(location location.Model) weather.Model
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Simple ¶
type Simple struct {
// contains filtered or unexported fields
}
func (*Simple) CarFromDrivetrain ¶
func (s *Simple) CarFromDrivetrain(drivetrain drivetrain.Model) car.Model
func (*Simple) StageOfDistance ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.