예제 #1
0
파일: option.go 프로젝트: nildev/account
func (w withGRPCDialOption) Resolve(o *opts.DialOpt) {
	o.GRPCDialOpts = append(o.GRPCDialOpts, w.opt)
}