integration

package
v0.0.0-...-385b71e Latest Latest
Warning

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

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

Documentation

Overview

Copyright 2025 CloudDetail SPDX-License-Identifier: Apache-2.0

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	GetStaticIntegration() map[string]any

	CreateCluster(cluster *integration.ClusterIntegration) (*integration.Cluster, error)
	GetClusterIntegration(clusterID string) (*integration.ClusterIntegrationVO, error)
	UpdateClusterIntegration(cluster *integration.ClusterIntegration) error

	ListCluster() ([]integration.Cluster, error)
	DeleteCluster(cluster *integration.Cluster) error

	GetIntegrationInstallConfigFile(req *integration.GetCInstallRequest) (*integration.GetCInstallConfigResponse, error)
	// Deprecated
	GetIntegrationInstallDoc(req *integration.GetCInstallRequest) ([]byte, error)

	TriggerAdapterUpdate(req *integration.TriggerAdapterUpdateRequest)
}

func New

func New(database database.Repo) Service

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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