Skip to content

Commit

Permalink
break down rproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
pfandzelter committed Jul 3, 2023
1 parent 9c087a0 commit 10bdae7
Show file tree
Hide file tree
Showing 18 changed files with 317 additions and 318 deletions.
3 changes: 2 additions & 1 deletion cmd/manager/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,13 @@ func main() {
log.Println("starting manager")

// setting backend to docker
backend := "docker"
ms := manager.New(
uuid.New().String(),
RProxyListenAddress,
ports,
RProxyConfigPort,
"docker",
backend,
)

rproxyArgs := []string{fmt.Sprintf("%s:%d", RProxyListenAddress, RProxyConfigPort)}
Expand Down
20 changes: 0 additions & 20 deletions cmd/rproxy/Dockerfile

This file was deleted.

88 changes: 0 additions & 88 deletions cmd/rproxy/coap.go

This file was deleted.

80 changes: 0 additions & 80 deletions cmd/rproxy/grpc.go

This file was deleted.

101 changes: 0 additions & 101 deletions cmd/rproxy/http.go

This file was deleted.

Loading

0 comments on commit 10bdae7

Please sign in to comment.