JSONPB encodes GetFlowsResponse as JSON according to proto3's JSON mapping.
()
| 49 | |
| 50 | // JSONPB encodes GetFlowsResponse as JSON according to proto3's JSON mapping. |
| 51 | func JSONPB() Option { |
| 52 | return func(opts *Options) { |
| 53 | opts.output = JSONPBOutput |
| 54 | } |
| 55 | } |
| 56 | |
| 57 | // Compact ... |
| 58 | func Compact() Option { |
no outgoing calls
searching dependent graphs…