package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Feb 28, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Enum struct {
RemovePrefix bool `toml:"remove_prefix" default:"false"`
RemoveUnspecifiedEntry bool `toml:"remove_unspecified_entry" default:"false"`
}
type Mikros struct {
UseOutboundMessages bool `toml:"use_outbound_messages" default:"false"`
UseInboundMessages bool `toml:"use_inbound_messages" default:"false"`
SettingsFilename string `toml:"settings_filename"`
}
type Output struct {
Path string `toml:"path" default:"openapi"`
}
type Settings struct {
Debug bool `toml:"debug" default:"false"`
Enum *Enum `toml:"enum" default:"{}"`
Mikros *Mikros `toml:"mikros" default:"{}"`
Output *Output `toml:"output" default:"{}"`
MikrosSettings *msettings.Settings
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.