package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Aug 3, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Target struct {
TargetID string `mapstructure:"targetID" json:"targetID" yaml:"targetID"`
Type DBEngine `mapstructure:"type" json:"type" yaml:"type"`
DSN string `mapstructure:"dsn" json:"dsn" yaml:"dsn"`
}
type Targets struct {
IncludeTargetID bool `mapstructure:"includeTargetID" json:"includeTargetID" yaml:"includeTargetID"'`
Targets []Target `mapstructure:"targets" json:"targets" yaml:"targets"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.