car

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Body

type Body struct {
	Element

	FrontWindow *Window
	BackWindow  *Window

	LeftDoor  *Door
	RightDoor *Door
	BackDoor  *Door

	FrontLeftWhile  *While
	FrontRightWhile *While
	BackLeftWhile   *While
	BackRightWhile  *While
}

func (*Body) Start

func (inst *Body) Start() error

func (*Body) Stop

func (inst *Body) Stop() error

type Door

type Door struct {
	Element
}

type Element

type Element struct {
	ID   string
	Name string
	Type string
}

type While

type While struct {
	Element
}

type Window

type Window struct {
	Element
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL