package formatter type IFormatter interface { FormatText(text string) string FormatString(text string) string }