mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 00:52:24 -05:00
whole buncha stuff
This commit is contained in:
parent
b48072fef6
commit
4e281f31b0
12 changed files with 151 additions and 24 deletions
|
|
@ -35,6 +35,10 @@ type Server interface {
|
|||
Stop()
|
||||
}
|
||||
|
||||
type AddsRoutes interface {
|
||||
AddRoutes(s Server) error
|
||||
}
|
||||
|
||||
type server struct {
|
||||
APIGroup *gin.RouterGroup
|
||||
logger *logrus.Logger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue