Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentLink ¶
type AgentLink struct {
BaseVO
Agent dto.AgentLink
// Message dto.AgentMessage
MessageList []*dto.AgentMessage
}
type BaseVO ¶
type BaseVO struct {
Time time.Time
TimeStamp int64
Status int
Debug string
Error string
Message string
}
BaseVO 所有 VO 的基本结构
type DBA ¶
type DBA struct {
BaseVO
Action string // start,stop
Running bool
Cancelling bool
Snapshots []*dto.DBASnapshot
Latest dto.DBASnapshot
}
type Repositories ¶
type Repositories struct {
BaseVO
Clone *dto.RepositoryClone
Import *dto.RepositoryImport
Init *dto.RepositoryInit
Repositories []*dto.Repository
}
Repositories ...
type StarIndex ¶ added in v0.0.9
type StarIndex struct {
BaseVO
APIs map[string]*dto.StarIndexItem
}
StarIndex ...
type SystemSettings ¶ added in v0.0.9
SystemSettings ...
type UserSettings ¶ added in v0.0.9
UserSettings ...
Click to show internal directories.
Click to hide internal directories.