Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StartupVO ¶ added in v0.1.1
type StartupVO struct { WPM dto.Module `json:"WPM"` Versions map[string]*entity.Executable `json:"Versions"` // map[version] exe }
StartupVO 这个VO用来记录 wpm 的启动日志
type StoreVO ¶ added in v0.1.2
type StoreVO struct { WPM dto.Module `json:"WPM"` ExecutableTable []*entity.Executable `json:"Executables"` IntentTemplateTable []*entity.IntentTemplate `json:"IntentTemplates"` LocalRepositoryTable []*entity.LocalRepository `json:"Repositories"` LocationTable []*entity.Location `json:"Locations"` MediaTable []*entity.Media `json:"Mediae"` SourceTable []*entity.Namespace `json:"Sources"` ProjectTable []*entity.Project `json:"Projects"` ContentTypeTable []*entity.ContentType `json:"ContentTypes"` RemoteRepositoryTable []*entity.RemoteRepository `json:"Remotes"` SettingTable []*entity.Setting `json:"Settings"` UserTable []*entity.User `json:"Users"` WorktreeTable []*entity.Worktree `json:"Worktrees"` PackageTable []*entity.SoftwarePackage `json:"Packages"` }
StoreVO 是用于数据导入/导出的 JSON 结构
Click to show internal directories.
Click to hide internal directories.