Files
yakpanel-core/control-plane-go/cmd/agent-gateway/main.go

9 lines
184 B
Go
Raw Normal View History

2026-04-07 20:29:49 +05:30
package main
import "log"
func main() {
log.Println("yakpanel agent-gateway bootstrap")
log.Println("responsibilities: mTLS sessions, heartbeat intake, command channel routing")
}