gitshark

Clone repository

git clone https://gitshark.de/git/workaround/Gitshark.git
git clone git@gitshark.de:workaround/Gitshark.git
// Copied from gitea.com/gitea/actions-proto-def (MIT License, Copyright (c) 2022 The Gitea Authors).
// Only the java_package / java_multiple_files options are added; message shapes are unmodified.
syntax = "proto3";

package ping.v1;

option java_package = "de.workaround.ci.proto.ping.v1";
option java_multiple_files = true;

message PingRequest {
  string data = 1;
}

message PingResponse {
  string data = 1;
}

Keyboard shortcuts

?Show this help
g hGo home
EscClose dialog