1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-01-17 17:44:30 +02:00
go-micro/runtime/local/process/options.go
2020-01-19 17:47:27 +00:00

6 lines
69 B
Go

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