issues

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2022 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 IssueTypes

type IssueTypes struct {
	Issue_type_uuid              string                `json:"issue_type_uuid"`
	Issue_type_name              string                `json:"issue_type_name"`
	Issue_severity_level         string                `json:"severity_level"`
	Issue_is_molecular           string                `json:"is_molecular"`
	Issue_check_type             string                `json:"issue_check_type"` //TODO - Stage 1 - move checks out from issues
	Issue_check_regex            string                `json:"check_regex"`      //TODO - Stage 1 - move regex checks from checks
	Issue_replacement_parameters ReplacementParameters `json:"replacement_parameters"`
}

func (*IssueTypes) Get_replacement_string

func (issue_type *IssueTypes) Get_replacement_string() string

type IssueTypesLists

type IssueTypesLists struct {
	// contains filtered or unexported fields
}

type Issues

type Issues struct {
	objects.BnogObjects
	Issue_type IssueTypes
}

type ReplacementParameters

type ReplacementParameters struct {
	Is_replaceable                 string `json:"is_replaceable"`
	Issue_check_replacement_string string `json:"replacement_pattern"`
}

Jump to

Keyboard shortcuts

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