syntax = "proto3"; package api; option go_package = "github.com/jsiebens/ionscale/pkg/gen;api"; message Ref { uint64 id = 1; string name = 2; }