8 lines
107 B
Go
Raw Normal View History

package subscribehttp
import "go.uber.org/fx"
var Module = fx.Module("subscribe", fx.Invoke(
Update,
))