Go to file
Jeff Carr e678606ea2 notsure 2025-01-20 01:39:46 -06:00
example build notes for tlog protobuf files 2025-01-17 04:46:42 -06:00
small start saving and setting the Uuid 2025-01-17 02:50:36 -06:00
.gitignore lala. working again 2025-01-11 03:13:20 -06:00
LICENSE add example. and forgot the GPL! 2024-12-31 13:24:00 -06:00
Makefile start using a common help library 2025-01-13 08:10:17 -06:00
README adding help 2025-01-12 06:13:42 -06:00
argv.go notsure 2025-01-20 01:39:46 -06:00
control add control file 2024-12-18 03:02:44 -06:00
doIdentify.go add --identify 2025-01-19 00:35:30 -06:00
file.proto add --identify 2025-01-19 00:35:30 -06:00
generate.go add Delete() 2025-01-19 02:36:32 -06:00
generateAppend.go FIX THINGS. THIS IS BETTER! 2025-01-12 19:32:52 -06:00
generateDelete.go add Delete() 2025-01-19 02:36:32 -06:00
generateFind.go add Delete() 2025-01-19 02:36:32 -06:00
generateHeader.go start saving and setting the Uuid 2025-01-17 02:50:36 -06:00
generateInsert.go add Delete() 2025-01-19 02:36:32 -06:00
generateMarshal.go start saving and setting the Uuid 2025-01-17 02:50:36 -06:00
generateMutex.go allow setting the mutex lock variable name 2025-01-13 05:55:36 -06:00
generateSort.go corrected the mutex lock names 2025-01-13 04:13:38 -06:00
human.go more cleanups 2025-01-12 09:55:09 -06:00
main.go add --identify 2025-01-19 00:35:30 -06:00
protoParse.go start saving and setting the Uuid 2025-01-17 02:50:36 -06:00
protoc.go start saving and setting the Uuid 2025-01-17 02:50:36 -06:00

README

# This app will autogenerate Sort() and Marshal() functions for .proto files

# It was designed to work on .proto files designed with a .proto standard

* This will generate:
* Marshal() functions (to protoWIRE, protoTEXT and protoJSON)
* SortBy() functions
* FindBy() functions
* DeleteBy() functions
* AppendBy() functions

# See the examples/ for a sample fruit.proto file that documents what is needed