File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -21,30 +21,13 @@ import (
21
21
. "github.com/0chain/gosdk/zboxcore/logger"
22
22
"github.com/0chain/gosdk/zboxcore/marker"
23
23
"github.com/0chain/gosdk/zboxcore/zboxutil"
24
- "github.com/0chain/gosdk/zcncore"
25
24
)
26
25
27
26
var (
28
27
noBLOBBERS = errors .New ("No Blobbers set in this allocation" )
29
28
notInitialized = common .NewError ("sdk_not_initialized" , "Please call InitStorageSDK Init and use GetAllocation to get the allocation object" )
30
29
)
31
30
32
- type TransactionCallback struct {
33
- wg * sync.WaitGroup
34
- }
35
-
36
- func (t * TransactionCallback ) OnTransactionComplete (zcntxn * zcncore.Transaction , status int ) {
37
- t .wg .Done ()
38
- }
39
-
40
- func (t * TransactionCallback ) OnVerifyComplete (zcntxn * zcncore.Transaction , status int ) {
41
- t .wg .Done ()
42
- }
43
-
44
- func (t * TransactionCallback ) OnAuthComplete (zcntxn * zcncore.Transaction , status int ) {
45
-
46
- }
47
-
48
31
type MetaOperation struct {
49
32
CrudType string
50
33
MetaData * ConsolidatedFileMeta
You can’t perform that action at this time.
0 commit comments