Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IServer ¶
type IServer interface { Get(path string, v interface{}) error Post(path string, body interface{}) (*http.Response, error) Delete(path string) error }
IServer is the interface of the TestTrack API client
Click to show internal directories.
Click to hide internal directories.