Move pkg/idtools to daemon/internal/idtools

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-07-24 12:12:07 -07:00
parent 7bfb804dbe
commit ca5d2348d0
14 changed files with 13 additions and 13 deletions

View File

@@ -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
}