output

package
v0.0.0-...-eb5b8de Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuffOutput

type BuffOutput struct {
	// contains filtered or unexported fields
}

func NewBuffOutput

func NewBuffOutput() (*BuffOutput, error)

func (*BuffOutput) Close

func (b *BuffOutput) Close()

func (*BuffOutput) Strings

func (b *BuffOutput) Strings() string

func (*BuffOutput) WriteDomainResult

func (b *BuffOutput) WriteDomainResult(domain result.Result) error

type FileOutPut

type FileOutPut struct {
	// contains filtered or unexported fields
}

func NewFileOutput

func NewFileOutput(filename string, onlyDomain bool) (*FileOutPut, error)

func (*FileOutPut) Close

func (f *FileOutPut) Close()

func (*FileOutPut) WriteDomainResult

func (f *FileOutPut) WriteDomainResult(domain result.Result) error

type None

type None struct {
}

None 代表无输出

func (*None) Close

func (n *None) Close()

func (*None) WriteDomainResult

func (n *None) WriteDomainResult(domain result.Result) error

type ScreenOutput

type ScreenOutput struct {
	// contains filtered or unexported fields
}

func NewScreenOutput

func NewScreenOutput(onlyDomain bool) (*ScreenOutput, error)

func (*ScreenOutput) Close

func (s *ScreenOutput) Close()

func (*ScreenOutput) WriteDomainResult

func (s *ScreenOutput) WriteDomainResult(domain result.Result) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL