mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-07 07:21:27 +02:00
6 lines
172 B
Go
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
|