mirror of
https://github.com/openziti/zrok.git
synced 2025-08-15 18:42:32 +02:00
associate services to environments
This commit is contained in:
11
controller/overview.go
Normal file
11
controller/overview.go
Normal file
@ -0,0 +1,11 @@
|
||||
package controller
|
||||
|
||||
import (
|
||||
"github.com/go-openapi/runtime/middleware"
|
||||
"github.com/openziti-test-kitchen/zrok/rest_model_zrok"
|
||||
"github.com/openziti-test-kitchen/zrok/rest_server_zrok/operations/metadata"
|
||||
)
|
||||
|
||||
func overviewHandler(_ metadata.OverviewParams, principal *rest_model_zrok.Principal) middleware.Responder {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user