Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Type is test type
Type = "curl/test"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Detector ¶
type Detector struct { }
Detector is detector adapter for CURL like tests
func (Detector) Is ¶
func (d Detector) Is(options apiClient.UpsertTestOptions) (name string, ok bool)
Is detects based on upsert test options what kind of test it is
func (Detector) IsWithPath ¶
func (d Detector) IsWithPath(path string, options apiClient.UpsertTestOptions) (name string, ok bool)
IsWithPath detects based on upsert test options what kind of test it is
Click to show internal directories.
Click to hide internal directories.