Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessingError ¶
type ProcessingError struct {
Err error
}
func (*ProcessingError) Error ¶
func (e *ProcessingError) Error() string
func (*ProcessingError) Unwrap ¶
func (e *ProcessingError) Unwrap() error
type SchemaProvider ¶
type SchemaProvider interface {
Schema() string
}
Click to show internal directories.
Click to hide internal directories.