Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TestConfig ¶
type TestConfig struct {
ID string
HeadersToSign []string `json:"headersToSign"`
Title string `json:"title"`
Description string `json:"description"`
Request request.Request `json:"request"`
Config config.Config `json:"config"`
Expected TestConfigExpected `json:"expected"`
RawKeyDB [][2]string `json:"keyDb"`
FilePath string
MandatorySignedHeaders []string `json:"mandatorySignedHeaders"`
}
func (TestConfig) KeyDB ¶
func (testConfig TestConfig) KeyDB() keydb.KeyDB
type TestConfigExpected ¶
Click to show internal directories.
Click to hide internal directories.