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 ¶
Click to show internal directories.
Click to hide internal directories.