Files
yakpanel-core/control-plane-go/cmd/agent-gateway/main.go
2026-04-07 20:29:49 +05:30

9 lines
184 B
Go

package main
import "log"
func main() {
log.Println("yakpanel agent-gateway bootstrap")
log.Println("responsibilities: mTLS sessions, heartbeat intake, command channel routing")
}