application

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2023 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 3 more Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationRepo

type ApplicationRepo struct {
	// contains filtered or unexported fields
}

func NewClusterRepo

func NewClusterRepo(db *gorm.DB) *ApplicationRepo

func (*ApplicationRepo) Close

func (repo *ApplicationRepo) Close()

Close close db

func (*ApplicationRepo) Create

func (repo *ApplicationRepo) Create(ctx context.Context, application model.ApplicationModel) (
	model.ApplicationModel, error,
)

func (*ApplicationRepo) Delete

func (repo *ApplicationRepo) Delete(ctx context.Context, id uint64) error

func (*ApplicationRepo) Get

func (*ApplicationRepo) GetByName

func (repo *ApplicationRepo) GetByName(ctx context.Context, name string) (model.ApplicationModel, error)

func (*ApplicationRepo) GetList

func (repo *ApplicationRepo) GetList(ctx context.Context, userId *uint64) ([]*model.ApplicationModel, error)

func (*ApplicationRepo) PluginGetList

func (repo *ApplicationRepo) PluginGetList(ctx context.Context, userId uint64) (
	[]*model.PluginApplicationModel, error,
)

func (*ApplicationRepo) PublicSwitch

func (repo *ApplicationRepo) PublicSwitch(ctx context.Context, applicationId uint64, public uint8) error

func (*ApplicationRepo) Update

func (repo *ApplicationRepo) Update(
	ctx context.Context, applicationModel *model.ApplicationModel,
) (*model.ApplicationModel, error)

Jump to

Keyboard shortcuts

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