feat: add jikan integration module
This commit is contained in:
11
integrations/jikan/module.go
Normal file
11
integrations/jikan/module.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package jikan
|
||||
|
||||
import (
|
||||
"mal/internal/db"
|
||||
|
||||
"go.uber.org/fx"
|
||||
)
|
||||
|
||||
var Module = fx.Options(
|
||||
fx.Provide(NewClient),
|
||||
)
|
||||
Reference in New Issue
Block a user