Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SchemaProvider ¶ added in v1.3.0
SchemaProvider exists because it's not usually the case for the handler to keep the schema around Think multi tenant SaaS applications where a handler might handle schemas for many tenants In case you just want to use one single schema simply use StaticSchemaProvider
type StaticSchemaProvider ¶ added in v1.3.0
type StaticSchemaProvider struct {
// contains filtered or unexported fields
}
func NewStaticSchemaProvider ¶ added in v1.3.0
func NewStaticSchemaProvider(schema []byte) *StaticSchemaProvider
func (StaticSchemaProvider) GetSchema ¶ added in v1.3.0
func (s StaticSchemaProvider) GetSchema(url string) []byte
Click to show internal directories.
Click to hide internal directories.