karmada/vendor/github.com/vektra/mockery/v2/pkg/logging/logging.go

13 lines
290 B
Go

package logging
const (
LogKeyBaseDir = "base-dir"
LogKeyDir = "dir"
LogKeyDryRun = "dry-run"
LogKeyFile = "file"
LogKeyInterface = "interface"
LogKeyImport = "import"
LogKeyPath = "path"
LogKeyQualifiedName = "qualified-name"
)