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