package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Nov 9, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ShowNames displays the name and uid of organisations
type List struct {
TestCases []*TestCase
}
List is a list of TestCases, used for index action
type TestCase struct {
ID string `jsonapi:"primary,test_cases"`
Name string `jsonapi:"attr,name"`
Description string `jsonapi:"attr,description"`
}
TestCase represents a single TestCase
Source Files
¶
Click to show internal directories.
Click to hide internal directories.