6 lines
97 B
Go
6 lines
97 B
Go
package contenthttp
|
|
|
|
import "go.uber.org/fx"
|
|
|
|
var Module = fx.Module("content-api", fx.Invoke())
|