package profile import "github.com/google/uuid" type Role struct { ID uuid.UUID Level string // e.g. Junior, Senior, Lead Title string }