new changes
This commit is contained in:
8
control-plane-go/cmd/agent-gateway/main.go
Normal file
8
control-plane-go/cmd/agent-gateway/main.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package main
|
||||
|
||||
import "log"
|
||||
|
||||
func main() {
|
||||
log.Println("yakpanel agent-gateway bootstrap")
|
||||
log.Println("responsibilities: mTLS sessions, heartbeat intake, command channel routing")
|
||||
}
|
||||
Reference in New Issue
Block a user