Discover Packages
github.com/fidelityinternational/cf-acceptance-tests
tasks
package
Version:
v2.16.0+incompatible
Opens a new window with list of versions in this module.
Published: Apr 30, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Destination struct {
IP string `json:"destination"`
Port int `json:"ports,string,omitempty"`
Protocol string `json:"protocol"`
}
type ProxyResponse struct {
ListenAddresses []string ""
Port int
}
type Result struct {
FailureReason string `json:"failure_reason"`
}
type Task struct {
Guid string `json:"guid"`
Command string `json:"command"`
Name string `json:"name"`
State string `json:"state"`
Result Result `json:"result"`
SequenceId int `json:"sequence_id"`
}
type Tasks struct {
Resources []Task `json:"resources"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.