mirror of
https://github.com/go-micro/go-micro.git
synced 2025-01-11 17:18:28 +02:00
6 lines
69 B
Go
6 lines
69 B
Go
package process
|
|
|
|
type Options struct{}
|
|
|
|
type Option func(o *Options)
|