Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigSchema ¶
type ConfigSchema struct {
Request []HeaderSchema `json:"request"`
Response []HeaderSchema `json:"response"`
}
func (*ConfigSchema) CreateConfig ¶
func (s *ConfigSchema) CreateConfig() Config
func (*ConfigSchema) Validate ¶
func (s *ConfigSchema) Validate() error
type HeaderSchema ¶
Click to show internal directories.
Click to hide internal directories.