Skip to content
Snippets Groups Projects

Updated core.proto

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Alexey Shlemenkov
    Edited
    core.proto 218 B
    message PredictedInfluencerProfile {
        required string userId = 1;
        required string trackerId = 2;
        required SocialType type = 3;
        optional TrackerBase trackerBase = 4;
        repeated string categories = 5;
    }
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment