From f441b7aabeb35331025dc4209092ed42094cef3e Mon Sep 17 00:00:00 2001 From: Thomas LAY Date: Wed, 8 Apr 2020 17:55:59 +0200 Subject: [PATCH] Add RestrictionType type --- segment_core_string.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/segment_core_string.go b/segment_core_string.go index 036e2bb..60742f4 100644 --- a/segment_core_string.go +++ b/segment_core_string.go @@ -38,7 +38,7 @@ type CoreString struct { type PubRestriction struct { PurposeId int - RestrictionType int + RestrictionType RestrictionType NumEntries int RangeEntries []*RangeEntry }