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

xin.alum.aim.model.proto.Sent.proto Maven / Gradle / Ivy

There is a newer version: 1.9.6
Show newest version
syntax = "proto3";
package xin.alum.aim.model.proto;
option java_outer_classname = "SentProto";

message Model {
  string key = 1;
  int64 timestamp = 2;
  map data = 3;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy