1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-12 08:23:58 +02:00
go-micro/runtime/process/options.go

6 lines
69 B
Go
Raw Normal View History

2019-05-31 01:26:34 +02:00
package process
type Options struct{}
type Option func(o *Options)