mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
port new API back to refactor.
This commit is contained in:
9
internal/types/api.go
Normal file
9
internal/types/api.go
Normal file
@ -0,0 +1,9 @@
|
||||
package types
|
||||
|
||||
import (
|
||||
"github.com/go-chi/chi"
|
||||
)
|
||||
|
||||
type ApiManager interface {
|
||||
Mount(r *chi.Mux)
|
||||
}
|
Reference in New Issue
Block a user