infobloxopen / protoc-gen-gorm

A protobuf compiler plugin designed to generate GORM models and APIs for simple object persistence tasks.
Apache License 2.0
549 stars 162 forks source link

serializer tag #231

Open baryluk opened 2 years ago

baryluk commented 2 years ago

That would be nice:

message Alert {
  map<string, string> other_labels = 14 [(gorm.field).tag = {serializer: "json"}];
  int64 createdTime = 15 [(gorm.field).tag = {serializer: "unixtime" type: "time"}];
}

https://gorm.io/docs/serializer.html