From d237ce0a2d3ce9e0fdc756897871531013c06519 Mon Sep 17 00:00:00 2001 From: Erik Geiser Date: Wed, 19 Feb 2025 17:03:57 +0100 Subject: [PATCH] Remove AuxiliaryOptions --- options.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/options.go b/options.go index f5cdd80..7e97a3e 100644 --- a/options.go +++ b/options.go @@ -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) {