mirror of
https://github.com/jsiebens/ionscale.git
synced 2026-03-31 15:07:49 +01:00
5ad89ff02f
Signed-off-by: Johan Siebens <johan.siebens@gmail.com>
11 lines
203 B
Protocol Buffer
11 lines
203 B
Protocol Buffer
syntax = "proto3";
|
|
package api;
|
|
option go_package = "github.com/jsiebens/ionscale/pkg/gen;api";
|
|
|
|
message GetVersionRequest {
|
|
}
|
|
|
|
message GetVersionResponse {
|
|
string version = 1;
|
|
string revision = 2;
|
|
} |