whole buncha stuff

This commit is contained in:
tsmethurst 2021-03-15 23:05:24 +01:00
commit 4e281f31b0
12 changed files with 151 additions and 24 deletions

View file

@ -35,6 +35,10 @@ type Server interface {
Stop()
}
type AddsRoutes interface {
AddRoutes(s Server) error
}
type server struct {
APIGroup *gin.RouterGroup
logger *logrus.Logger