Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContentType ¶
type ContentType string
const ( CONST_TYPE_RESOURCE ContentType = "resources" CONST_TYPE_DATA_SOURCE ContentType = "data-sources" CONST_TYPE_GUIDES ContentType = "guides" CONST_TYPE_FUNCTIONS ContentType = "functions" CONST_TYPE_OVERVIEW ContentType = "overview" )
type RegistryTestCase ¶
type RegistryTestCase struct { TestName string `json:"testName"` TestShouldFail bool `json:"testShouldFail"` TestDescription string `json:"testDescription"` TestContentType ContentType `json:"testContentType,omitempty"` TestPayload map[string]interface{} `json:"testPayload,omitempty"` }
Click to show internal directories.
Click to hide internal directories.