plugin_cluster

package
v1.9.3-beta Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IPluginClusterController

type IPluginClusterController interface {
	List(ctx *gin.Context, clusterId string) ([]*dto.Item, error)
	Get(ctx *gin.Context, clusterId string, name string) (config *dto.PluginOutput, render plugin_model.Render, er error)
	Set(ctx *gin.Context, clusterId string, name string, config *dto.PluginSetting) error
	Option(ctx *gin.Context, project string) ([]*dto.PluginOption, error)
	Info(ctx *gin.Context, name string) (*dto.Define, error)
}

Jump to

Keyboard shortcuts

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