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