Files
ddl-simulator/pkg/env/const.go
T
Pengzhan Hao d6e129179c Create scaffolding of ddl-simulator
Implement global server as control plane

Implement device to get their info from global server and connect each
others
2024-12-17 07:31:18 +00:00

7 lines
82 B
Go

package env
const (
PROTOCOL = "tcp"
SOCKET = "/tmp/ddp-simulator/%s.sock"
)