ImageToFileDescriptorProtos returns the FileDescriptorProtos for the Image.
(image Image)
| 573 | |
| 574 | // ImageToFileDescriptorProtos returns the FileDescriptorProtos for the Image. |
| 575 | func ImageToFileDescriptorProtos(image Image) []*descriptorpb.FileDescriptorProto { |
| 576 | return imageFilesToFileDescriptorProtos(image.Files()) |
| 577 | } |
| 578 | |
| 579 | // ImageToCodeGeneratorRequest returns a new CodeGeneratorRequest for the Image. |
| 580 | // |
searching dependent graphs…