Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadConfig ¶ added in v0.3.13
func LoadConfig() error
LoadConfig by default, config will load only once when the program is invoked, also the same for each plugin but for sdk mode, config should be reloaded each time when the sdk is called. so we provide this api and manually call this in sdk mode.
Types ¶
type RefConfig ¶
type RefConfig struct { Path string `yaml:"path"` Structs []string `yaml:"structs,omitempty"` Enums []string `yaml:"enums,omitempty"` Typedefs []string `yaml:"typedefs,omitempty"` Consts []string `yaml:"consts,omitempty"` Unions []string `yaml:"unions,omitempty"` Exceptions []string `yaml:"exceptions,omitempty"` }
func (*RefConfig) IsAllFieldsEmpty ¶
Click to show internal directories.
Click to hide internal directories.