Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Output string `json:"output"`
Converters []ConverterDef `json:"converters"`
NilPointersForNull bool `json:"nilPointersForNull"`
ExternalPackages []ExternalPackage `json:"externalPackages"`
}
Config represents the automapper configuration
type ConverterDef ¶
ConverterDef defines a converter function registration
type ExternalPackage ¶
type ExternalPackage struct {
Alias string `json:"alias"`
ImportPath string `json:"importPath"`
LocalPath string `json:"localPath"`
}
ExternalPackage defines an external package to include in parsing
Click to show internal directories.
Click to hide internal directories.