This website requires JavaScript.
Explore
Help
Sign In
iridium
/
neko
Watch
2
Star
2
Fork
0
You've already forked neko
mirror of
https://github.com/m1k1o/neko.git
synced
2024-07-24 14:40:50 +12:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4b4ddcfe15
neko
/
internal
/
types
/
api.go
10 lines
103 B
Go
Raw
Normal View
History
Unescape
Escape
port new API back to refactor.
2020-11-02 04:54:06 +13:00
package
types
import
(
"github.com/go-chi/chi"
)
type
ApiManager
interface
{
use Chi Router instead of Chi Mux.
2020-11-15 06:16:25 +13:00
Route
(
r
chi
.
Router
)
port new API back to refactor.
2020-11-02 04:54:06 +13:00
}
Reference in New Issue
Copy Permalink