# Functions
AddBuildTag adds build tags to the generated files.
NewAferoWrapper returns a Wrapper compatible class that uses afero for the file system.
NewNoDepWrapper returns a Wrapper compatible class that uses no dependencies for the file system.nolint:funlen // it's long but it's readable.
# Structs
AferoWrapper is a Wrapper compatible struct that uses afero for the file system.
NoDepWrapper is a Wrapper compatible struct that uses no dependencies.
# Interfaces
Wrapper is the interface that provides a method for handling the data.
# Type aliases
Option is an option for modifying the actions of a Wrapper.