vo

package
v0.0.10 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

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 Command

type Command struct {
	BaseVO

	Command dto.Command
}

Command VO

type DBA

type DBA struct {
	BaseVO

	Action     string //  start,stop
	Running    bool
	Cancelling bool
	Snapshots  []*dto.DBASnapshot
	Latest     dto.DBASnapshot
}

type Example

type Example struct {
	BaseVO

	X int
	Y int
}

Example ...

type FileSystem

type FileSystem struct {
	BaseVO

	Directory dto.Dir
	File      dto.File
}

FileSystem VO

type HelpAbout added in v0.0.9

type HelpAbout struct {
	BaseVO

	About dto.AboutInfo
}

HelpAbout ...

type Plans

type Plans struct {
	BaseVO

	Plans []*dto.Plan
}

Plans ...

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

type SystemSettings struct {
	BaseVO

	Settings map[string]dto.Setting
}

SystemSettings ...

type Tasks

type Tasks struct {
	BaseVO

	Tasks []*dto.Task
}

Tasks ...

type UserSettings added in v0.0.9

type UserSettings struct {
	BaseVO

	User     string
	Settings map[string]dto.Setting
}

UserSettings ...

type Users

type Users struct {
	BaseVO

	Users []*dto.User
}

Users ...

Jump to

Keyboard shortcuts

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