types

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Claim

type Claim struct {
	ID          int    `json:"id"`
	CnfVersion  string `json:"cnf_version"`
	ExecutedBy  string `json:"executed_by"`
	UploadTime  string `json:"upload_time"`
	PartnerName string `json:"partner_name"`
	S3FileURL   string `json:"s3_file_url"`
}

type ClaimCollector

type ClaimCollector struct {
	Claim        Claim
	ClaimResults []ClaimResult
}

type ClaimResult

type ClaimResult struct {
	ID         int    `json:"id"`
	ClaimID    int    `json:"claim_id"`
	SuiteName  string `json:"suite_name"`
	TestID     string `json:"test_id"`
	TestStatus string `json:"test_status"`
}

type CollectorApp

type CollectorApp struct {
	Database *sql.DB
}

Jump to

Keyboard shortcuts

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