WithWebProto set proto file type
()
| 139 | |
| 140 | // WithWebProto set proto file type |
| 141 | func WithWebProto() Option { |
| 142 | return func(o *options) { |
| 143 | o.IsWebProto = true |
| 144 | } |
| 145 | } |
| 146 | |
| 147 | // WithExtendedAPI set extended api |
| 148 | func WithExtendedAPI() Option { |
no outgoing calls
searching dependent graphs…