types

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2025 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Board

type Board interface {
	// contains filtered or unexported methods
}

type BoardDimensions

type BoardDimensions struct {
	Width  int
	Height int
}

type Datasource

type Datasource[T any] interface {
	// contains filtered or unexported methods
}

type PluginConfig

type PluginConfig = json.RawMessage

type PluginType

type PluginType string
const (
	PluginTypeDatasource PluginType = "datasource"
	PluginTypeBoards     PluginType = "boards"
	PluginTypeCombined   PluginType = "combined"
)

Jump to

Keyboard shortcuts

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