Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AlwaysHeadersFlag ¶
type AlwaysHeadersFlag bool
const ( AlwaysHeaders AlwaysHeadersFlag = true NoAlwaysHeaders AlwaysHeadersFlag = false )
func (AlwaysHeadersFlag) Configure ¶
func (a AlwaysHeadersFlag) Configure(flags *flags)
type FollowFlag ¶
type FollowFlag bool
const ( Follow FollowFlag = true NoFollow FollowFlag = false )
func (FollowFlag) Configure ¶
func (f FollowFlag) Configure(flags *flags)
type FollowRetryFlag ¶
type FollowRetryFlag bool
const ( FollowRetry FollowRetryFlag = true NoFollowRetry FollowRetryFlag = false )
func (FollowRetryFlag) Configure ¶
func (f FollowRetryFlag) Configure(flags *flags)
type StartFromLine ¶
type StartFromLine int
func (StartFromLine) Configure ¶
func (s StartFromLine) Configure(flags *flags)
type SuppressHeadersFlag ¶
type SuppressHeadersFlag bool
const ( SuppressHeaders SuppressHeadersFlag = true NoSuppressHeaders SuppressHeadersFlag = false )
func (SuppressHeadersFlag) Configure ¶
func (s SuppressHeadersFlag) Configure(flags *flags)
type VerboseFlag ¶
type VerboseFlag bool
const ( Verbose VerboseFlag = true NoVerbose VerboseFlag = false )
func (VerboseFlag) Configure ¶
func (v VerboseFlag) Configure(flags *flags)
Click to show internal directories.
Click to hide internal directories.