Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface {
GetConfigPath(path string) string
GetClientCert() string
GetClientKey() string
GetNamedClientOverride() (map[string]*ClientTLS, error)
GetSchemaConfig(contentType string) (*SchemaConfig, error)
GetCaCerts() []string
}
Config configuration interface
type SchemaConfig ¶
type SchemaConfig struct {
// Content type
Type string
// Request schema
Request string
// Response schema
Response string
}
SchemaConfig defines request and response schemas for content type
Click to show internal directories.
Click to hide internal directories.