Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestCustomSettings ¶
type TestCustomSettings struct {
FeatureEnabled bool `json:"feature_enabled"`
APIKey string `json:"api_key"`
RateLimit int `json:"rate_limit"`
Endpoints []struct {
Name string `json:"name"`
Path string `json:"path"`
} `json:"endpoints"`
}
TestCustomSettings represents the structure for custom configuration section in tests
Click to show internal directories.
Click to hide internal directories.