Documentation ¶
Overview ¶
Package isolatedfake implements an in-process fake Isolated server for integration testing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IsolatedFake ¶
IsolatedFake is a functional fake in-memory isolated server.
func (*IsolatedFake) Contents ¶
func (s *IsolatedFake) Contents() map[string]map[isolated.HexDigest][]byte
Contents returns all the uncompressed data on the fake isolated server, per namespace.
func (*IsolatedFake) Error ¶
func (s *IsolatedFake) Error() error
Error returns any registered error.
It can either be due to a server side error (improper API use) or an error injected by fail().
Click to show internal directories.
Click to hide internal directories.