jankrynauw / Testing protobuf format
0 gustos
0 bifurcaciones
1 archivos
Última actividad
1 | ```proto |
2 | // The supported template types. |
3 | enum TemplateType { |
4 | // Not specified by the user. |
5 | TEMPLATE_TYPE_UNSPECIFIED = 0; |
6 | |
7 | } |
8 | ``` |
Siguiente
Anterior