package entities import "github.com/oklog/ulid/v2" type Company struct { ID ulid.ULID Name string }