Última actividad 1681909756

jankrynauw revisó este gist 1681909756. Ir a la revisión

1 file changed, 1 insertion, 1 deletion

test.proto

@@ -1,4 +1,4 @@
1 - ```protobuf
1 + ```proto
2 2 // The supported template types.
3 3 enum TemplateType {
4 4 // Not specified by the user.

jankrynauw revisó este gist 1681909722. Ir a la revisión

1 file changed, 3 insertions, 1 deletion

test.proto

@@ -1,6 +1,8 @@
1 + ```protobuf
1 2 // The supported template types.
2 3 enum TemplateType {
3 4 // Not specified by the user.
4 5 TEMPLATE_TYPE_UNSPECIFIED = 0;
5 6
6 - }
7 + }
8 + ```

jankrynauw revisó este gist 1681909677. Ir a la revisión

1 file changed, 6 insertions

test.proto(archivo creado)

@@ -0,0 +1,6 @@
1 + // The supported template types.
2 + enum TemplateType {
3 + // Not specified by the user.
4 + TEMPLATE_TYPE_UNSPECIFIED = 0;
5 +
6 + }
Siguiente Anterior