mirror of
https://github.com/go-micro/go-micro.git
synced 2024-12-24 10:07:04 +02:00
6 lines
69 B
Go
6 lines
69 B
Go
package process
|
|
|
|
type Options struct{}
|
|
|
|
type Option func(o *Options)
|