dynamic_module_dto

package
v1.1.0-beta Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterInput

type ClusterInput struct {
	Clusters []string `json:"clusters" aocheck:"cluster"`
}

type CreateDynamicModule

type CreateDynamicModule struct {
	Id          string                 `json:"id"`
	Name        string                 `json:"title"`
	Driver      string                 `json:"driver"`
	Description string                 `json:"description"`
	Config      map[string]interface{} `json:"config"`
}

type DynamicModule

type DynamicModule struct {
	Id          string                 `json:"id"`
	Name        string                 `json:"title"`
	Driver      string                 `json:"driver"`
	Description string                 `json:"description"`
	Config      map[string]interface{} `json:"config"`
}

type EditDynamicModule

type EditDynamicModule struct {
	Name        *string                 `json:"title"`
	Description *string                 `json:"description"`
	Config      *map[string]interface{} `json:"config"`
}

type Field

type Field struct {
	Name  string   `json:"name"`
	Title string   `json:"title"`
	Attr  string   `json:"attr,omitempty"`
	Enum  []string `json:"enum,omitempty"`
}

type ModuleDriver

type ModuleDriver struct {
	Name  string `json:"name"`
	Title string `json:"title"`
	Path  string `json:"path"`
}

type OnlineInfo

type OnlineInfo struct {
	Id          string           `json:"id"`
	Name        string           `json:"name"`
	Title       string           `json:"title"`
	Description string           `json:"description"`
	Partitions  []*PartitionInfo `json:"partitions"`
}

type PartitionInfo

type PartitionInfo struct {
	Name       string         `json:"name"`
	Title      string         `json:"title"`
	Status     string         `json:"status"`
	Updater    auto.Label     `json:"updater" aolabel:"user"`
	UpdateTime auto.TimeLabel `json:"update_time"`
}

type PluginBasic

type PluginBasic struct {
	Id    string `json:"id"`
	Name  string `json:"name"`
	Title string `json:"title"`
}

type PluginInfo

type PluginInfo struct {
	*PluginBasic
	Drivers []*Field `json:"drivers"`
	Fields  []*Field `json:"fields"`
}

Jump to

Keyboard shortcuts

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