driver

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2021 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Op

type Op struct {
	Name string      `json:"name" validate:"required"`
	Arg  interface{} `json:"arg,omitempty"`
}

type RegisterParams

type RegisterParams struct {
	Name  string      `json:"name" validate:"required"`
	State interface{} `json:"state" validate:"required"`
}

type Status

type Status string
const (
	Idle  Status = "idle"
	Busy  Status = "busy"
	Lost  Status = "lost"
	Error Status = "error"
)

Jump to

Keyboard shortcuts

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