Skip to content

Commit f265c8e

Browse files
committed
no gc
1 parent 0f78203 commit f265c8e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

network/network.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package network
33
import (
44
"context"
55

6-
"github.com/projecteru2/cocoon/gc"
76
"github.com/projecteru2/cocoon/types"
87
)
98

@@ -14,6 +13,4 @@ type Network interface {
1413
Delete(context.Context, []string) ([]string, error)
1514
Inspect(context.Context, string) (*types.Network, error)
1615
List(context.Context) ([]*types.Network, error)
17-
18-
RegisterGC(*gc.Orchestrator)
1916
}

0 commit comments

Comments
 (0)