Hi all, and thanks for developing such nice stuff like the protobuf!
In my application I have a lot of validation work for the data,
and according to good practices I have to share some constraints about this
data with a clients, just to not make request to the server for validate 
each form fields.
I wondering if there is exist some good way to describe in my interfaces 
that:
"email" field it's not just string but also string that match against some 
regex
or "rating" it's not just integer but also number between 1 and 100.
Can i use my custom options for this? Or there is exist some better way?

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to