All Downloads are FREE. Search and download functionalities are using the official Maven repository.

x-redis_2.13.0.6.4.source-code.protobuf.proto Maven / Gradle / Ivy

syntax = "proto3";

package monix.connect.redis.test;

message PersonPk {
    string id = 1;
}

message Person {
    string name = 1;
    int64 age = 2;
    repeated string hobbies = 3;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy