Versions in this module Expand all Collapse all v0 v0.2.0 May 9, 2024 Changes in this version + const StringAdditionalProperties + const StringAny + const StringArray + const StringBoolean + const StringDate + const StringDatetime + const StringEmail + const StringEnum + const StringFalse + const StringFloat + const StringInteger + const StringNull + const StringNumber + const StringObject + const StringString + const StringTrue + const StringUri + const StringUuid + var BufferPool = sync.NewBufferPool(1024) + func BoolRef(b bool) *bool + func FormatFromSchemaType(s string) *string + func Int64Ref(i int64) *int64 + func Int64RefByString(s string) *int64 + func IsNullable(astNode schema.ASTNode) bool + func IsString(astNode schema.ASTNode) bool + func RuleToASTNode(r schema.RuleASTNode) schema.ASTNode + func StringRef(s string) *string + func ToJSONString(s string) []byte + func TokenType(s string) schema.TokenType