Go to file
Jeff Carr 9dfcbb0432 early attempt at pb table update() 2025-02-23 13:13:30 -06:00
.gitignore minor 2025-02-23 13:13:30 -06:00
.protobuf switch virtbuf to virtpb 2025-02-22 17:45:59 -06:00
LICENSE start cleaning junk fields from config files 2024-10-26 12:33:13 -05:00
Makefile cleanups for gui pb tables 2025-02-22 15:23:40 -06:00
README.md autogenpb now configured in .proto files 2024-12-01 22:24:01 -06:00
add.go switch virtbuf to virtpb 2025-02-22 17:45:59 -06:00
backupDir.go switch virtbuf to virtpb 2025-02-22 17:45:59 -06:00
change.go switch virtbuf to virtpb 2025-02-22 17:45:59 -06:00
cluster.go switch virtbuf to virtpb 2025-02-22 17:45:59 -06:00
config.go switch virtbuf to virtpb 2025-02-22 17:45:59 -06:00
configBackup.go switch virtbuf to virtpb 2025-02-22 17:45:59 -06:00
droplet.proto switch virtbuf to virtpb 2025-02-22 17:45:59 -06:00
droplet.update.go early attempt at pb table update() 2025-02-23 13:13:30 -06:00
event.proto remove _ names rather than fix the autogenpb parser 2025-02-22 18:17:31 -06:00
helpers.go switch virtbuf to virtpb 2025-02-22 17:45:59 -06:00
human.go switch virtbuf to virtpb 2025-02-22 17:45:59 -06:00
hypervisor.proto switch virtbuf to virtpb 2025-02-22 17:45:59 -06:00
sampleData.go switch virtbuf to virtpb 2025-02-22 17:45:59 -06:00
storageinfo.go switch virtbuf to virtpb 2025-02-22 17:45:59 -06:00

README.md

This go library handles the protobuf files and various functions for virtigo.

You must build the protobuf files using autogenpb

go install go.wit.com/apps/autogenpb@latest