Example #1
0
func getOptions(o *micro.Options) {
	o.Server = server.NewNatsServer()
}
Example #2
0
func getOptions(o *micro.Options) {
	o.Client = client.NewNatsClient(settings.pair, settings.currency)
}