Go API Documentation

github.com/TykTechnologies/tyk/internal/service/gojsonschema

No package summary is available.

Package

Files: 1. Third party imports: 1. Imports from organisation: 0. Tests: 0. Benchmarks: 0.

Vars

var (
	NewBytesLoader	= gojsonschema.NewBytesLoader
	NewGoLoader	= gojsonschema.NewGoLoader
	FormatCheckers	= gojsonschema.FormatCheckers
	Validate	= gojsonschema.Validate
)

Types

JSONLoader, ResultError, Result, FormatCheckerChain, DoesNotMatchFormatError

This type doesn't have documentation.

Field name Field type Comment
type

gojsonschema.JSONLoader

No comment on field.
type

gojsonschema.ResultError

No comment on field.
type

gojsonschema.Result

No comment on field.
type

gojsonschema.FormatCheckerChain

No comment on field.
type

gojsonschema.DoesNotMatchFormatError

No comment on field.
type (
	JSONLoader		= gojsonschema.JSONLoader
	ResultError		= gojsonschema.ResultError
	Result			= gojsonschema.Result
	FormatCheckerChain	= gojsonschema.FormatCheckerChain
	DoesNotMatchFormatError	= gojsonschema.DoesNotMatchFormatError
)