6 lines
97 B
Go
6 lines
97 B
Go
|
|
package subscribehttp
|
||
|
|
|
||
|
|
import "go.uber.org/fx"
|
||
|
|
|
||
|
|
var Module = fx.Module("subscribe", fx.Invoke())
|