Skip to content

Commit fa96687

Browse files
authored
Update list containers (#268)
* Deprecate docker.ListContainers and update with appmaker.FetchAllApplicationNames Signed-off-by: kunalvirwal <[email protected]> * Add missing Import statement Signed-off-by: kunalvirwal <[email protected]> --------- Signed-off-by: kunalvirwal <[email protected]>
1 parent 064301f commit fa96687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ import (
1212
"github.com/sdslabs/gasper/lib/docker"
1313
"github.com/sdslabs/gasper/lib/utils"
1414
"github.com/sdslabs/gasper/services/appmaker"
15+
"github.com/sdslabs/gasper/types"
1516
"google.golang.org/grpc"
1617
)
1718

18-
1919
func startGrpcServer(server *grpc.Server, port int) error {
2020
lis, err := net.Listen("tcp", fmt.Sprintf(":%d", port))
2121
if err != nil {

0 commit comments

Comments
 (0)