Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TestOperator ¶
type TestOperator struct { ID uint64 PrivKey *rsa.PrivateKey HttpSrv *httptest.Server Srv *operator.Server }
func CreateTestOperator ¶
func CreateTestOperator(t *testing.T, id uint64, version string) *TestOperator
func CreateTestOperatorFromFile ¶
func CreateTestOperatorFromFile(t *testing.T, id uint64, examplePath, version string) *TestOperator
Click to show internal directories.
Click to hide internal directories.