tests

package
v0.0.0-...-2b7dd04 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Assessment

type Assessment struct {
	ID         string
	Name       string
	MetadataID string
}

type Catalog

type Catalog struct {
	ID         string
	Name       string
	MetadataID string
	Content    string
}

type Control

type Control struct {
	ID         string
	Name       string
	Severity   string
	ProfileID  string
	MetadataID string
}

type Metadata

type Metadata struct {
	ID          string
	CreatedAt   time.Time
	UpdatedAt   time.Time
	Version     string
	Description string
}

type Profile

type Profile struct {
	ID         string
	Name       string
	MetadataID string
	CatalogID  string
}

type Result

type Result struct {
	ID           string
	Name         string
	Outcome      string
	Instruction  string
	Rationale    string
	ControlID    string
	MetadataID   string
	SubjectID    string
	AssessmentID string
}

type Subject

type Subject struct {
	ID         string
	Name       string
	Type       string
	ParentID   sql.NullString
	MetadataID sql.NullString
}

Jump to

Keyboard shortcuts

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