Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendFeature ¶
AppendFeature appends a new section inside the 'service.toml' file to be loaded as settings for a specific feature.
func AppendService ¶
AppendService appends a new section inside the 'service.toml' file to be loaded as settings for a specific service type.
func Write ¶
func Write(path string, defs *definition.Definitions, options ...*WriteOptions) error
Write writes a mikros 'service.toml' file locally.
Types ¶
type WriteOptions ¶
type WriteOptions struct {
NoValidation bool
}
Click to show internal directories.
Click to hide internal directories.