Skip to content

Commit 08aadb2

Browse files
committed
break down rproxy
1 parent 10ca8f1 commit 08aadb2

File tree

18 files changed

+317
-318
lines changed

18 files changed

+317
-318
lines changed

cmd/manager/main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,13 @@ func main() {
7070
log.Println("starting manager")
7171

7272
// setting backend to docker
73+
backend := "docker"
7374
ms := manager.New(
7475
uuid.New().String(),
7576
RProxyListenAddress,
7677
ports,
7778
RProxyConfigPort,
78-
"docker",
79+
backend,
7980
)
8081

8182
rproxyArgs := []string{fmt.Sprintf("%s:%d", RProxyListenAddress, RProxyConfigPort)}

cmd/rproxy/Dockerfile

Lines changed: 0 additions & 20 deletions
This file was deleted.

cmd/rproxy/coap.go

Lines changed: 0 additions & 88 deletions
This file was deleted.

cmd/rproxy/grpc.go

Lines changed: 0 additions & 80 deletions
This file was deleted.

cmd/rproxy/http.go

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)