Add RestrictionType type

This commit is contained in:
Thomas LAY
2020-04-08 17:55:59 +02:00
parent 159f4f576c
commit f441b7aabe

View File

@@ -38,7 +38,7 @@ type CoreString struct {
type PubRestriction struct {
PurposeId int
RestrictionType int
RestrictionType RestrictionType
NumEntries int
RangeEntries []*RangeEntry
}