setup

package
v0.1.10 Latest Latest
Warning

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

Go to latest
Published: May 1, 2023 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Context

type Context struct {
	StartAt util.Time

	AppDataService           service.AppDataService
	FileSystemService        service.FileSystemService
	ExecutableImportService  service.ExecutableImportService
	MediaService             service.MediaService
	ProjectTypeImportService service.ProjectTypeImportService
	SettingService           service.SettingService
	IntentTemplateService    service.IntentTemplateService
	SoftwarePackageService   service.SoftwarePackageService
	DatabaseBackupService    service.DatabaseBackupService
}

Context ...

type ImpSetupService

type ImpSetupService struct {
	markup.Component `id:"SetupService"`

	AppDataService           service.AppDataService           `inject:"#AppDataService"`
	FileSystemService        service.FileSystemService        `inject:"#FileSystemService"`
	ExecutableService        service.ExecutableService        `inject:"#ExecutableService"`
	ExecutableImportService  service.ExecutableImportService  `inject:"#ExecutableImportService"`
	IntentTemplateService    service.IntentTemplateService    `inject:"#IntentTemplateService"`
	MediaService             service.MediaService             `inject:"#MediaService"`
	ProjectTypeImportService service.ProjectTypeImportService `inject:"#ProjectTypeImportService"`
	SettingService           service.SettingService           `inject:"#SettingService"`
	SoftwarePackageService   service.SoftwarePackageService   `inject:"#SoftwarePackageService"`
	DatabaseBackupService    service.DatabaseBackupService    `inject:"#DatabaseBackupService"`
	// contains filtered or unexported fields
}

ImpSetupService ...

func (*ImpSetupService) Apply

func (inst *ImpSetupService) Apply(ctx context.Context, items []*dto.Setup) error

Apply ...

func (*ImpSetupService) IsSetupReqiured

func (inst *ImpSetupService) IsSetupReqiured(ctx context.Context) (bool, error)

IsSetupReqiured ...

func (*ImpSetupService) ListAll

func (inst *ImpSetupService) ListAll(ctx context.Context) ([]*dto.Setup, error)

ListAll ...

func (*ImpSetupService) SkipAll

func (inst *ImpSetupService) SkipAll(ctx context.Context) error

SkipAll ...

type WpmSetupController

type WpmSetupController struct {
	markup.Component `class:"rest-controller"`

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

	SetupService service.SetupService `inject:"#SetupService"`
}

WpmSetupController ...

func (*WpmSetupController) Init

Init ...

Jump to

Keyboard shortcuts

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