Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultMaxBodyBytes = int64(1 << 20)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodeGenerator ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(config HandlerConfig) *Handler
type HandlerConfig ¶
type HandlerConfig struct {
Validate Validator
Codegen CodeGenerator
YAML YAMLExporter
ImportYAML YAMLImporter
Run Runner
Save Saver
MaxBodyBytes int64
}
type YAMLExporter ¶
Click to show internal directories.
Click to hide internal directories.