mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Move Change to the archive package
This commit is contained in:
parent
9ae4bcaaf8
commit
01990b65a3
1 changed files with 0 additions and 2 deletions
2
utils.go
2
utils.go
|
@ -34,12 +34,10 @@ import (
|
|||
"syscall"
|
||||
)
|
||||
|
||||
|
||||
type Change struct {
|
||||
archive.Change
|
||||
}
|
||||
|
||||
|
||||
// Compare two Config struct. Do not compare the "Image" nor "Hostname" fields
|
||||
// If OpenStdin is set, then it differs
|
||||
func CompareConfig(a, b *Config) bool {
|
||||
|
|
Loading…
Add table
Reference in a new issue