mirror of
https://github.com/openziti/zrok.git
synced 2025-08-17 11:21:07 +02:00
cmd scaffolding for controller; lint removal
This commit is contained in:
5
controller/controller.go
Normal file
5
controller/controller.go
Normal file
@ -0,0 +1,5 @@
|
||||
package controller
|
||||
|
||||
func Run(cfg *Config) error {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user