You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -476,7 +476,7 @@ All the three functions above can be passed as nil with different levels of grac
476
476
477
477
---
478
478
479
-
**CONSTANTS**
479
+
**CONSTANTS AND GLOBAL VARIABLES**
480
480
481
481
Each generated content type library file exports a constant with the Contentful ID of the content type itself, for example in _contentful_vo_lib_person.go_:
482
482
@@ -497,6 +497,8 @@ Four levels of logging are supported (even if only partially used at this time):
497
497
LogError = 3
498
498
)</code></pre>
499
499
500
+
A global variable named _SpaceContentTypeInfoMap_ contains an ID-indexed map of all content types
0 commit comments