Documentation
¶
Index ¶
- func PipeConn() (io.ReadWriteCloser, net.Conn)
- func RunProcess(tb testing.TB, cmd string, args []string)
- func TCPListener(tb testing.TB) net.Listener
- func TCPPort(tb testing.TB) int
- func TempFile(tb testing.TB, name, content string) string
- func WithNAllocations(tb testing.TB, n uint64, fn func())
- func WithoutAllocations(tb testing.TB, fn func())
- type HAProxyConfig
- type RepeatReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithNAllocations ¶
func WithoutAllocations ¶
Types ¶
type HAProxyConfig ¶
type RepeatReader ¶
type RepeatReader struct {
// contains filtered or unexported fields
}
func NewRepeatReader ¶
func NewRepeatReader(data []byte) *RepeatReader
Click to show internal directories.
Click to hide internal directories.