Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type ServiceTest ¶
type ServiceTest struct {
Link client.Link `json:"link"`
Name string `json:"name"`
Options ServiceTestOptions `json:"options"`
}
type ServiceTestList ¶
type ServiceTestList []ServiceTest
func (ServiceTestList) Len ¶
func (l ServiceTestList) Len() int
func (ServiceTestList) Less ¶
func (l ServiceTestList) Less(i, j int) bool
func (ServiceTestList) Swap ¶
func (l ServiceTestList) Swap(i, j int)
type ServiceTestOptions ¶
type ServiceTestOptions interface{}
type ServiceTestResult ¶
type ServiceTests ¶
type ServiceTests struct {
Link client.Link `json:"link"`
Services ServiceTestList `json:"services"`
}
Click to show internal directories.
Click to hide internal directories.