...

Source file src/edge-infra.dev/cmd/edge/datasync/shoot/main.go

Documentation: edge-infra.dev/cmd/edge/datasync/shoot

     1  package main
     2  
     3  import "edge-infra.dev/pkg/edge/datasync/shoot"
     4  
     5  func main() {
     6  	shoot.Main()
     7  }
     8  

View as plain text