MCPcopy
hub / github.com/fluid-cloudnative/fluid / mockDataloadOperationReconciler

Struct mockDataloadOperationReconciler

pkg/dataoperation/mock.go:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type mockDataloadOperationReconciler struct {
37 expectType OperationType
38 TTLSecondsAfterFinished *int32
39}
40
41func (m mockDataloadOperationReconciler) HasPrecedingOperation() bool {
42 panic("unimplemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected