Documentation
¶
Index ¶
- func CleanInput(in string) (out io.Reader)
- func FixStream(in string) (res string)
- func GetLocalIPv4() (ipv4 net.IP, err error)
- func GetOpenPort() (p int, err error)
- func GetOpenPorts(n int) (p []int, err error)
- func KillBLOB(name string) (err error)
- func MakeBLOB(t *testing.T, size int64) (name string)
- func MakeBLOBPure(size int64) (name string, err error)
- func MakeNamedBLOB(name string, size int64) (err error)
- func NewShadowFromFile(filename string) (res *proto.Manifest, err error)
- func ServerStoredName(root string, id string) string
- type FixtureServer
- type Tree
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetOpenPort ¶
func GetOpenPorts ¶
func MakeBLOBPure ¶
func MakeNamedBLOB ¶
func ServerStoredName ¶
Types ¶
type FixtureServer ¶
type FixtureServer struct { server.Server *proto.ServerInfo Root string }
func NewFixtureServer ¶
func NewFixtureServer(name string) (res *FixtureServer, err error)
func (*FixtureServer) Stop ¶
func (s *FixtureServer) Stop()
Click to show internal directories.
Click to hide internal directories.