Documentation ¶
Overview ¶
a bunch of mocked extenders for tests
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilterFour ¶
type FilterFour struct{}
func (*FilterFour) IsTerminator ¶
func (f *FilterFour) IsTerminator() bool
func (*FilterFour) Name ¶
func (f *FilterFour) Name() extenders.ExtenderName
type FilterOne ¶
type FilterOne struct{}
func (*FilterOne) IsTerminator ¶
func (*FilterOne) Name ¶
func (f *FilterOne) Name() extenders.ExtenderName
type FilterThree ¶
type FilterThree struct{}
func (*FilterThree) IsTerminator ¶
func (f *FilterThree) IsTerminator() bool
func (*FilterThree) Name ¶
func (f *FilterThree) Name() extenders.ExtenderName
type FilterTwo ¶
type FilterTwo struct{}
func (*FilterTwo) IsTerminator ¶
func (*FilterTwo) Name ¶
func (f *FilterTwo) Name() extenders.ExtenderName
type TerminatorOne ¶
type TerminatorOne struct{}
func (*TerminatorOne) IsTerminator ¶
func (f *TerminatorOne) IsTerminator() bool
func (*TerminatorOne) Name ¶
func (f *TerminatorOne) Name() extenders.ExtenderName
type TerminatorThree ¶
type TerminatorThree struct{}
func (*TerminatorThree) IsTerminator ¶
func (f *TerminatorThree) IsTerminator() bool
func (*TerminatorThree) Name ¶
func (f *TerminatorThree) Name() extenders.ExtenderName
type TerminatorTwo ¶
type TerminatorTwo struct{}
func (*TerminatorTwo) IsTerminator ¶
func (f *TerminatorTwo) IsTerminator() bool
func (*TerminatorTwo) Name ¶
func (f *TerminatorTwo) Name() extenders.ExtenderName
Click to show internal directories.
Click to hide internal directories.