neko/internal/types/api.go

10 lines
101 B
Go
Raw Normal View History

2020-11-02 04:54:06 +13:00
package types
import (
"github.com/go-chi/chi"
)
type ApiManager interface {
Mount(r *chi.Mux)
}