blob: c17886661110fa09e7d1b72585210f8ffbb177ea [file]
syntax = "proto3";
import "status.proto";
message User {
string name = 1;
status.Status status = 2;
repeated string tags = 3;
}