Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoardDimensions ¶
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" )
Click to show internal directories.
Click to hide internal directories.