2025-01-12 06:13:42 -06:00
|
|
|
# This app will autogenerate Sort() and Marshal() functions for .proto files
|
2024-12-31 13:24:00 -06:00
|
|
|
|
2025-01-12 06:13:42 -06:00
|
|
|
# It was designed to work on .proto files designed with a .proto standard
|
2024-12-31 13:24:00 -06:00
|
|
|
|
2025-01-12 06:13:42 -06:00
|
|
|
* This will generate:
|
|
|
|
* Marshal() functions (to protoWIRE, protoTEXT and protoJSON)
|
|
|
|
* SortBy() functions
|
|
|
|
* FindBy() functions
|
|
|
|
* DeleteBy() functions
|
|
|
|
* AppendBy() functions
|
2024-12-31 13:24:00 -06:00
|
|
|
|
2025-01-12 06:13:42 -06:00
|
|
|
# See the examples/ for a sample fruit.proto file that documents what is needed
|
2024-12-31 13:24:00 -06:00
|
|
|
|