projecttypes

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2023 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProjectTypeController

type ProjectTypeController struct {
	markup.RestController `class:"rest-controller"`

	ProjectTypeService service.ProjectTypeService `inject:"#ProjectTypeService"`
	Responder          glass.MainResponder        `inject:"#glass-main-responder"`
}

ProjectTypeController ProjectType 控制器

func (*ProjectTypeController) Init

Init 初始化

type ProjectTypeDaoImpl

type ProjectTypeDaoImpl struct {
	markup.Component `id:"ProjectTypeDAO"`

	Agent          dbagent.GormDBAgent    `inject:"#GormDBAgent"`
	UUIDGenService service.UUIDGenService `inject:"#UUIDGenService"`
}

ProjectTypeDaoImpl ...

func (*ProjectTypeDaoImpl) Find

Find ...

func (*ProjectTypeDaoImpl) Insert

Insert ...

func (*ProjectTypeDaoImpl) ListAll

func (inst *ProjectTypeDaoImpl) ListAll() ([]*entity.ProjectType, error)

ListAll ...

func (*ProjectTypeDaoImpl) Remove

func (inst *ProjectTypeDaoImpl) Remove(id dxo.ProjectTypeID) error

Remove ...

func (*ProjectTypeDaoImpl) Update

Update ....

type ProjectTypeImportController

type ProjectTypeImportController struct {
	markup.RestController `class:"rest-controller"`

	ProjectTypeImportService service.ProjectTypeImportService `inject:"#ProjectTypeImportService"`
	Responder                glass.MainResponder              `inject:"#glass-main-responder"`
}

ProjectTypeImportController ProjectTypeImport 控制器

func (*ProjectTypeImportController) Init

Init 初始化

type ProjectTypeImportServiceImpl

type ProjectTypeImportServiceImpl struct {
	markup.Component `id:"ProjectTypeImportService"`

	AC                 application.Context        `inject:"context"`
	ProjectTypeService service.ProjectTypeService `inject:"#ProjectTypeService"`
}

ProjectTypeImportServiceImpl ...

func (*ProjectTypeImportServiceImpl) ImportTypesFromPreset

func (inst *ProjectTypeImportServiceImpl) ImportTypesFromPreset(c context.Context) error

ImportTypesFromPreset ...

type ProjectTypeServiceImpl

type ProjectTypeServiceImpl struct {
	markup.Component `id:"ProjectTypeService"`

	ProjectTypeDAO    dao.ProjectTypeDAO        `inject:"#ProjectTypeDAO"`
	FileSystemService service.FileSystemService `inject:"#FileSystemService"`
}

ProjectTypeServiceImpl ...

func (*ProjectTypeServiceImpl) Find

Find ...

func (*ProjectTypeServiceImpl) Insert

Insert ...

func (*ProjectTypeServiceImpl) ListAll

func (inst *ProjectTypeServiceImpl) ListAll(ctx context.Context) ([]*dto.ProjectType, error)

ListAll ...

func (*ProjectTypeServiceImpl) LocateProject

func (inst *ProjectTypeServiceImpl) LocateProject(ctx context.Context, o *dto.Project, path string) error

LocateProject ...

func (*ProjectTypeServiceImpl) Remove

Remove ...

func (*ProjectTypeServiceImpl) Update

Update ...

Jump to

Keyboard shortcuts

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