Use a central list of private types
This commit is contained in:
@ -13,7 +13,7 @@ func Types(ctx aero.Context) error {
|
||||
types := make([]string, 0, len(typeMap))
|
||||
|
||||
for typeName := range typeMap {
|
||||
if arn.Contains(privateTypes, typeName) {
|
||||
if arn.IsPrivateType(typeName) {
|
||||
continue
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user