settings

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImageRegistryManager

type ImageRegistryManager struct {
	*manager.CommonManager
}

func NewSettingsImageRegistryManager

func NewSettingsImageRegistryManager(db *gorm.DB) *ImageRegistryManager

func (*ImageRegistryManager) Create

func (*ImageRegistryManager) Delete

func (*ImageRegistryManager) Get

func (*ImageRegistryManager) List

func (*ImageRegistryManager) Update

type LdapManager

type LdapManager struct {
	DB *gorm.DB
}

func NewLdapManager

func NewLdapManager(db *gorm.DB) *LdapManager

func (*LdapManager) Create

func (l *LdapManager) Create(ldap *types.Ldap) (*types.Ldap, error)

func (*LdapManager) Delete

func (l *LdapManager) Delete(ldap *types.Ldap) error

func (*LdapManager) Get

func (l *LdapManager) Get(id uint) (*types.Ldap, error)

func (*LdapManager) List

func (l *LdapManager) List() ([]types.Ldap, error)

func (*LdapManager) Update

func (l *LdapManager) Update(ldap *types.Ldap) (*types.Ldap, error)

type SettingsSecretManager

type SettingsSecretManager struct {
	*manager.CommonManager
}

func NewSettingsSecretManager

func NewSettingsSecretManager(db *gorm.DB) *SettingsSecretManager

func (*SettingsSecretManager) Create

func (*SettingsSecretManager) Delete

func (s *SettingsSecretManager) Delete(secret *types.SettingsSecret) error

func (*SettingsSecretManager) Get

func (s *SettingsSecretManager) Get(secretId uint) (*types.SettingsSecret, error)

func (*SettingsSecretManager) List

func (*SettingsSecretManager) Update

Jump to

Keyboard shortcuts

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