/detail/environmment; environment detail api backend (#107)

This commit is contained in:
Michael Quigley
2022-12-22 13:51:29 -05:00
parent 988ef9bec3
commit a0fd3a9c63
15 changed files with 1141 additions and 2 deletions

View File

@@ -11,8 +11,7 @@ import (
"github.com/sirupsen/logrus"
)
type enableHandler struct {
}
type enableHandler struct{}
func newEnableHandler() *enableHandler {
return &enableHandler{}