README
Go Testground SDK
This repository contains the Golang SDK for developing Testground test plans.
API docs
See Godocs.
Issues
Please report issues in the testground/testground
repo.
License
Dual-licensed: MIT, Apache Software License v2, by way of the Permissive License Stack.
Documentation
Overview ¶
This module contains the Go SDK for developing Testground test plans.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Verbose = false
Verbose indicates whether the logs in verbose mode (default: false).
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
Path | Synopsis |
---|---|
network | |
ptypes | Package ptypes contains types that are commonplace in test plan parameters. |
run | |
runtime | Package runtime contains functions and types to interact with the test runtime environment, as formally defined in the system specification. |
sync | The sync package contains the distributed coordination and choreography facility of Testground. |