types

package
v2.50.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2021 License: Apache-2.0, Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL