Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterTranslator ¶
func RegisterTranslator(variant, version string, trans translator)
RegisterTranslator registers a translator for the specified variant and version to be available for use by TranslateBytes. This is only needed by users implementing their own translators outside the Butane package.
func TranslateBytes ¶
func TranslateBytes(input []byte, options common.TranslateBytesOptions) ([]byte, report.Report, error)
TranslateBytes wraps all of the individual TranslateBytes functions in a switch that determines the correct one to call. TranslateBytes returns an error if the report had fatal errors or if other errors occured during translation.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.