initial working version

Signed-off-by: Johan Siebens <johan.siebens@gmail.com>
This commit is contained in:
Johan Siebens
2022-05-09 21:54:06 +02:00
parent 7036fca6e8
commit 5ad89ff02f
71 changed files with 7750 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
syntax = "proto3";
package api;
option go_package = "github.com/jsiebens/ionscale/pkg/gen;api";
message Ref {
uint64 id = 1;
string name = 2;
}