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

xin.alum.aim.model.proto.Reply.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 = "ReplyProto";

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

}
	 




© 2015 - 2024 Weber Informatics LLC | Privacy Policy