syntax = "proto3"; package helloworld.v1; option go_package = "./;v1"; enum ErrorReason { GEETER_UNSPECIFIED = 0; USER_NOT_FOUND = 1; }