runtime

package
v0.0.0-...-efc9761 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Image          string
	EnabledChecks  []string
	ResponseFormat string
}

type Result

type Result struct {
	certification.Check
	ElapsedTime time.Duration
}

type Results

type Results struct {
	TestedImage string
	Passed      []Result
	Failed      []Result
	Errors      []Result
}

type UserResponse

type UserResponse struct {
	Image             string                 `json:"image" xml:"image"`
	ValidationVersion version.VersionContext `json:"validation_lib_version" xml:"validationLibVersion"`
	Results           UserResponseText       `json:"results" xml:"results"`
}

type UserResponseText

type UserResponseText struct {
	Passed []certification.Metadata
	Failed []certification.CheckInfo
	Errors []certification.HelpText
}

Jump to

Keyboard shortcuts

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