package internal

const (
	FormatYAML = "yaml"
	FormatJSON = "json"
	FormatText = "text"
	FormatHTML = "html"
)
