package types
import "github.com/dotcloud/docker/hack/integration-cli-on-swarm/agent/types"
Index ¶
Types ¶
type Args ¶
type Args struct { // ChunkID is an unique number of the chunk ChunkID int `json:"chunk_id"` // Tests is the set of the strings that are passed as `-check.f` filters Tests []string `json:"tests"` }
Args is the type for funker args
type Result ¶
type Result struct { // ChunkID corresponds to Args.ChunkID ChunkID int `json:"chunk_id"` // Code is the exit code Code int `json:"code"` RawLog string `json:"raw_log"` }
Result is the type for funker result
Source Files ¶
- Version
- v17.10.0-ce+incompatible
- Published
- Mar 23, 2020
- Platform
- linux/amd64
- Last checked
- 2 hours ago –
Tools for package owners.