Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EncodeProgress ¶
func EncodeProgress(progressList []Progress) *protocol.PushProgressRequest
Types ¶
type Progress ¶
type Progress struct {
Tracer string
Name string
Status Status
Error string
Count int
Total int
StartTime time.Time
FinishTime time.Time
}
func DecodeProgress ¶
func DecodeProgress(in *protocol.PushProgressRequest) []Progress
Click to show internal directories.
Click to hide internal directories.