Documentation ¶ Index ¶ func TestApi(p Provider) func(t *testing.T) type Provider Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func TestApi ¶ func TestApi(p Provider) func(t *testing.T) Types ¶ type Provider ¶ type Provider interface { // Make creates n nodes. fullIdentity set to false can be ignored MakeAPISwarm(ctx context.Context, fullIdentity bool, n int) ([]coreiface.CoreAPI, error) } Source Files ¶ View all Source files api.go block.go dag.go dht.go key.go name.go object.go path.go pin.go pubsub.go unixfs.go Click to show internal directories. Click to hide internal directories.