sync

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2025 License: MIT Imports: 1 Imported by: 0

README

应用集群同步

Documentation

Index

Constants

View Source
const (
	APP_NAME = "sync"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	// 应用集群同步
	SyncCluster(context.Context, *SyncClusterRequest) (*SyncClusterRecord, error)
}

type SyncClusterRecord

type SyncClusterRecord struct {
}

记录每一个应用的同步记录

type SyncClusterRequest

type SyncClusterRequest struct {
	// k8s集群Id
	K8sId string `json:"k8s_id"`
	// 空间
	Namespace string `json:"namespace"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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