model

package
v0.0.0-...-1ae172a Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	DB                *db.DB
	ListWatcherConfig *config.ListWatcherConfig
}

type Models

type Models struct {
	ListWatcherConfig *config.ListWatcherConfig

	ClusterManager *cluster.ClusterManager

	UserManager     *user.UserManager
	UserRoleManager *user.UserRoleManager
	SessionManager  *user.SessionManager
	RoleManager     *user.RoleManager

	PipelineManager             *pipeline.ManagerPipeline
	PipelineRunManager          *pipeline.PipelineRunManager
	PipelineWorkspaceManager    *pipeline.WorkspaceManager
	PipelinePluginManager       *pipeline.PipelinePluginManager
	PipelineResourceManager     *pipeline.ResourceManager
	PipelineJobLogManager       *pipeline.JobLog
	PipelineReleaseManager      *pipeline.Release
	PipelineTriggerManager      *pipeline.PipelineTriggerManager
	PipelineTriggerEventManager *pipeline.PipelineTriggerEventManager
	PipelineCodeCacheManager    *pipeline.PipelineCodeCacheManager

	AppManager        *project.AppManager
	AppVersionManager *project.AppVersionManager
	ProjectManager    *project.ManagerProject
	AppStoreManager   *project.AppStoreManager

	SettingsSecretManager *settings.SettingsSecretManager
	ImageRegistryManager  *settings.ImageRegistryManager

	LdapManager     *settings.LdapManager
	SpaceletManager *spacelet.SpaceletManager

	AuditOperateManager *audit.AuditOperateManager
	// contains filtered or unexported fields
}

func NewModels

func NewModels(c *Config) (*Models, error)

Jump to

Keyboard shortcuts

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