Discover Packages
github.com/test-network-function/collector
types
package
Version:
v0.0.8
Opens a new window with list of versions in this module.
Published: Mar 7, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
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 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 struct {
Database *sql .DB
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.