Documentation ¶
Index ¶
- type Auth
- type Base
- type Example
- type Executable
- type ExecutableImport
- type ExecutableImportAction
- type Intent
- type IntentTemplate
- type LocalRepository
- type MainRepository
- type Media
- type Platform
- type Profile
- type Project
- type ProjectImport
- type ProjectImportAction
- type RemoteRepository
- type RepositoryImport
- type RepositoryImportAction
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executable ¶
type Executable struct { Base Executables []*dto.Executable `json:"executables"` }
type ExecutableImport ¶
type ExecutableImport struct { Base Action ExecutableImportAction `json:"action"` Executables []*dto.Executable `json:"executables"` }
ExecutableImport ...
type ExecutableImportAction ¶
type ExecutableImportAction string
ExecutableImportAction 表示导入应用程序的动作
const ( ExecutableImportActionFind ExecutableImportAction = "find" ExecutableImportActionLocate ExecutableImportAction = "locate" ExecutableImportActionSave ExecutableImportAction = "save" )
定义导入应用程序的动作
func (ExecutableImportAction) String ¶
func (value ExecutableImportAction) String() string
type IntentTemplate ¶
type IntentTemplate struct { Base Templates []*dto.IntentTemplate `json:"intent_templates"` }
IntentTemplate ...
type LocalRepository ¶
type LocalRepository struct { Base Repositories []*dto.LocalRepository `json:"local_repositories"` }
LocalRepository 仓库VO
type MainRepository ¶
type MainRepository struct { Base Repository *dto.MainRepository `json:"main_repository"` }
MainRepository 仓库VO
type Profile ¶
type Profile struct { Base Platform *dto.Platform `json:"platform"` Profile *dto.Profile `json:"profile"` }
Profile ...
type ProjectImport ¶
type ProjectImport struct { Base Action ProjectImportAction `json:"action"` Projects []*dto.Project `json:"projects"` }
ProjectImport ... 用于导入项目
type ProjectImportAction ¶
type ProjectImportAction string
ProjectImportAction 表示导入仓库的动作
const ( ProjectImportActionFind ProjectImportAction = "find" ProjectImportActionLocate ProjectImportAction = "locate" ProjectImportActionSave ProjectImportAction = "save" )
定义导入仓库的动作
func (ProjectImportAction) String ¶
func (value ProjectImportAction) String() string
type RemoteRepository ¶
type RemoteRepository struct { Base Repositories []*dto.RemoteRepository `json:"remote_repositories"` }
RemoteRepository 仓库VO
type RepositoryImport ¶
type RepositoryImport struct { Base Action RepositoryImportAction `json:"action"` Items []*dto.LocalRepository `json:"local_repositories"` }
RepositoryImport ... 用于导入仓库
type RepositoryImportAction ¶
type RepositoryImportAction string
RepositoryImportAction 表示导入仓库的动作
const ( RepositoryImportActionFind RepositoryImportAction = "find" RepositoryImportActionLocate RepositoryImportAction = "locate" RepositoryImportActionSave RepositoryImportAction = "save" )
定义导入仓库的动作
func (RepositoryImportAction) String ¶
func (value RepositoryImportAction) String() string
Click to show internal directories.
Click to hide internal directories.