Remove AuxiliaryOptions

This commit is contained in:
Erik Geiser
2025-02-19 17:03:57 +01:00
parent 213e22c53d
commit d237ce0a2d
-9
View File
@@ -38,15 +38,6 @@ type Options struct {
Resolver Resolver
}
// AuxiliaryInfo represents information that was obtained elsewhere that can be
// used to supplement the parsed options. However, parsed options always take
// precedent.
type AuxiliaryInfo struct {
Domain string
User string
DC string
}
// RegisterFlags registers authentication flags to a pflag.FlagSet such as the
// default flagset `pflag.CommandLine`.
func (opts *Options) RegisterFlags(flagset *pflag.FlagSet) {