Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckConfigurations ¶
type CheckConfigurations struct {
Checks_required bool `json:"csv_checks_required"`
Input_csv_file_name string `json:"csv_file_name"`
Identity_column_name string `json:"identity_column_name"`
Check_column_name string `json:"check_column_name"`
Modification_marker string `json:"modification_marker"`
Issue_types []issues.IssueTypes `json:"issue_types"`
}
type OutputConfigurations ¶
type OutputConfigurations struct {
Output_log_folder_absolute_path string `json:"output_log_folder_absolute_path"`
Output_fixes_file_absolute_path string `json:"output_fixes_file_absolute_path"`
Output_issues_file_absolute_path string `json:"output_issues_file_absolute_path"`
Output_issues_details_absolute_path string `json:"output_issues_details_file_absolute_path"`
Output_issue_parameters_file_absolute_path string `json:"output_issue_parameter_file_absolute_path"`
}
type RunConfigurations ¶
type RunConfigurations struct {
Configuration_cotext string
Check_configuration CheckConfigurations
Output_configuration OutputConfigurations
}
type SyntacticCheckingData ¶
type SyntacticCheckingData struct {
Run_configuration *RunConfigurations
Identified_string_list *identified_strings.IdentifiedStringLists
Syntactic_checking_results *service_results.IdentifiedStringListChecksResults
}
Click to show internal directories.
Click to hide internal directories.