Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConditionalTransport ¶
type FailingFakeGuesser ¶
type FailingFakeGuesser struct { FakeGuesser ErrorMessage string }
FailingFakeGuesser is a guesser that fails in the GuessName call, with the given error message.
type FakeGuesser ¶
type FakeGuesser struct { Name string // contains filtered or unexported fields }
FakeGuesser represents a fake implementation of the Guesser described in the cmd package.
func (*FakeGuesser) HasGuess ¶
func (f *FakeGuesser) HasGuess(path string) bool
HasGuess checks whether a guess call has been recorded with the given path.
type MultiConditionalTransport ¶
type MultiConditionalTransport struct {
ConditionalTransports []ConditionalTransport
}
Click to show internal directories.
Click to hide internal directories.