Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HostProvider ¶
type HostsFileProvider ¶
type HostsFileProvider struct {
// contains filtered or unexported fields
}
func NewHostsFileProvider ¶
func NewHostsFileProvider(file string) *HostsFileProvider
func SystemHostsFileProvider ¶
func SystemHostsFileProvider() *HostsFileProvider
func (*HostsFileProvider) String ¶
func (p *HostsFileProvider) String() string
type KnownHostsProvider ¶
type KnownHostsProvider struct {
// contains filtered or unexported fields
}
func ConfigKnownHostsProvider ¶
func ConfigKnownHostsProvider(ignoreMalformed bool) *KnownHostsProvider
func NewKnownHostsProvider ¶
func NewKnownHostsProvider(file string, ignoreMalformed bool) *KnownHostsProvider
func SystemKnownHostsProvider ¶
func SystemKnownHostsProvider(ignoreMalformed bool) *KnownHostsProvider
func UserKnownHostsProvider ¶
func UserKnownHostsProvider(ignoreMalformed bool) *KnownHostsProvider
func (*KnownHostsProvider) String ¶
func (p *KnownHostsProvider) String() string
type NamedDumpProvider ¶
type NamedDumpProvider struct {
// contains filtered or unexported fields
}
func NewNamedDumpProvider ¶
func NewNamedDumpProvider(file string, processWildcards bool) *NamedDumpProvider
func (*NamedDumpProvider) String ¶
func (p *NamedDumpProvider) String() string
type ZoneFileProvider ¶
type ZoneFileProvider struct {
// contains filtered or unexported fields
}
func NewZoneFileProvider ¶
func NewZoneFileProvider(file string) *ZoneFileProvider
func (*ZoneFileProvider) String ¶
func (p *ZoneFileProvider) String() string
Click to show internal directories.
Click to hide internal directories.