1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-01-23 17:53:05 +02:00
2020-01-19 17:47:27 +00:00

6 lines
69 B
Go

package process
type Options struct{}
type Option func(o *Options)