Files
netbird/client/internal/owner/uid.go
2026-05-29 13:28:37 +02:00

6 lines
172 B
Go

package owner
// UID is a Unix user ID. Defined as a distinct type so it can't be silently
// swapped with GID, PID, or other uint32 values at call sites.
type UID uint32