Versions in this module Expand all Collapse all v1 v1.3.4 Apr 16, 2020 v1.0.0 May 17, 2020 Changes in this version + func ContentCrossNSIsolatedSuite(t *testing.T, name string, storeFn StoreInitFn) + func ContentCrossNSSharedSuite(t *testing.T, name string, storeFn StoreInitFn) + func ContentSuite(t *testing.T, name string, storeFn StoreInitFn) + func Name(ctx context.Context) string + func SetContextWrapper(ctx context.Context, w ContextWrapper) context.Context + type ContextWrapper func(ctx context.Context) (context.Context, func(context.Context) error, error) + type StoreInitFn func(ctx context.Context, root string) (context.Context, content.Store, func() error, error)