api/v1/index.go @@ -5,6 +5,7 @@ ) type Group struct { TimelyRateApi BaseApi JwtApi ImageApi @@ -50,7 +51,6 @@ DepartmentApi VettingApi SatisfactionApi TimelyRateApi } var ApiGroup = new(Group)