Skip to content

Instantly share code, notes, and snippets.

View fipped's full-sized avatar
🗿
玩物丧志

Wenjin Rao fipped

🗿
玩物丧志
View GitHub Profile
docker cp 源路径 目标路径, 如
docker cp 容器ID:/容器内文件路径 宿主机路径
type Delta struct {
Type DeltaType
Object interface{}
}
type DeltaType string
const (
Added DeltaType = "Added"
Updated DeltaType = "Updated"
Deleted DeltaType = "Deleted"