Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Disabled bool Debug bool MethodCasingConvention *MethodCasingConvention TypeCasingConvention *TypeCasingConvention TypeDescriptionExists *TypeDescriptionExists HTTPPathCasingConvention *HTTPPathCasingConvention HTTPPathSegmentValidation *HTTPPathSegmentValidation }
type HTTPPathCasingConvention ¶
type HTTPPathCasingConvention struct {
// contains filtered or unexported fields
}
type HTTPPathSegmentValidation ¶
type HTTPPathSegmentValidation struct {
Disabled bool
}
type MethodCasingConvention ¶
type MethodCasingConvention struct {
// contains filtered or unexported fields
}
type TypeCasingConvention ¶
type TypeCasingConvention struct {
// contains filtered or unexported fields
}
type TypeDescriptionExists ¶
type TypeDescriptionExists struct {
Disabled bool
}
Click to show internal directories.
Click to hide internal directories.