Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultYamlFileName = "trim_config.yaml"
Functions ¶
Types ¶
type TrimASTArg ¶ added in v0.3.3
type YamlArguments ¶ added in v0.3.3
type YamlArguments struct {
Methods []string `yaml:"methods,omitempty"`
Preserve *bool `yaml:"preserve,omitempty"`
PreservedStructs []string `yaml:"preserved_structs,omitempty"`
MatchGoName *bool `yaml:"match_go_name,omitempty"`
}
func ParseYamlConfig ¶ added in v0.3.3
func ParseYamlConfig(path string) *YamlArguments
Click to show internal directories.
Click to hide internal directories.