Documentation
¶
Index ¶
- func TestAll(ctx context.Context, ktx store.Store) error
- func TestMqueueAPI(rctx context.Context, ktx store.Store) error
- func TestObjectStore(rctx context.Context, ktx store.Store, cbs ...TestObjectStoreFn) error
- func TestReconcilerMqueue(ctx context.Context, ktx store.Store) error
- func WithVLogger(le *logrus.Entry) func(objStore object.ObjectStore) (object.ObjectStore, error)
- type TestObjectStoreFn
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestMqueueAPI ¶
TestMqueueAPI tests the message queue api.
func TestObjectStore ¶
TestObjectStore tests the object store.
func TestReconcilerMqueue ¶
TestReconcilerMqueueE2E tests the reconciler event queue end to end.
func WithVLogger ¶
func WithVLogger(le *logrus.Entry) func(objStore object.ObjectStore) (object.ObjectStore, error)
WithVLogger attaches a vlogger to the object store.
Types ¶
type TestObjectStoreFn ¶
type TestObjectStoreFn func(objStore object.ObjectStore) (object.ObjectStore, error)
TestObjectStoreFn is a test function for TestObjectStore.
Click to show internal directories.
Click to hide internal directories.