# Functions
NewTemplateWriter is the factory method to return TemplateWriter object.
No description provided by the author
Write writes the result to output, format as passed in argument.
# Constants
No description provided by the author
# Variables
CustomTemplateFuncMap is used to overwrite existing functions for testing.
# Structs
JSONWriter implements result Writer.
SarifWriter implements result Writer.
TemplateWriter write result in custom format defined by user's template.
# Interfaces
Writer defines the result write operation.