Dernière activité 1681909756

jankrynauw a révisé ce gist 1681909756. Aller à la révision

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 a révisé ce gist 1681909722. Aller à la révision

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 a révisé ce gist 1681909677. Aller à la révision

1 file changed, 6 insertions

test.proto(fichier créé)

@@ -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 + }
Plus récent Plus ancien