plugin_cluster

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: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IPluginClusterModule

type IPluginClusterModule interface {
	List(ctx context.Context, clusterId string) ([]*dto.Item, error)
	Get(ctx context.Context, clusterId string, name string) (config *dto.PluginOutput, render plugin_model.Render, er error)
	Set(ctx context.Context, clusterId string, name string, config *dto.PluginSetting) error
	Options(ctx context.Context) ([]*dto.PluginOption, error)
	GetDefine(ctx context.Context, name string) (*dto.Define, error)
	UpdateDefine(ctx context.Context, defines []*plugin_model.Define) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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