mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
Move pkg/idtools to daemon/internal/idtools
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
package idtools
|
||||
|
||||
// Identity is either a UID and GID pair or a SID (but not both)
|
||||
type Identity struct {
|
||||
UID int
|
||||
GID int
|
||||
SID string
|
||||
}
|
||||
Reference in New Issue
Block a user