cmd scaffolding for controller; lint removal

This commit is contained in:
Michael Quigley
2022-07-21 16:43:42 -04:00
parent 5598f40426
commit 6b4fcb8dc1
4 changed files with 33 additions and 51 deletions

5
controller/controller.go Normal file
View File

@ -0,0 +1,5 @@
package controller
func Run(cfg *Config) error {
return nil
}