Go to file
Jeff Carr c9ef4f0b82 make an EDIT event 2025-04-22 20:50:00 -05: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 moving to a cluster.proto config file 2025-03-24 21:54:13 -05:00
README.md autogenpb now configured in .proto files 2024-12-01 22:24:01 -06:00
add.go new ConfigSave() 2025-04-21 20:54:45 -05:00
backupDir.go switch virtbuf to virtpb 2025-02-22 17:45:59 -06:00
change.go make an EDIT event 2025-04-22 20:50:00 -05:00
cluster.proto move these into cluster.pb 2025-04-21 20:54:38 -05:00
config.go new ConfigSave() 2025-04-21 20:54:45 -05:00
configBackup.go switch virtbuf to virtpb 2025-02-22 17:45:59 -06:00
droplet.proto add Name and allow multiple URLs 2025-04-12 11:28:05 -05:00
event.proto make an EDIT event 2025-04-22 20:50:00 -05:00
helpers.go this is actually a 'scanner' 2025-03-27 07:31:50 -05:00
human.go moving to a cluster.proto config file 2025-03-24 21:54:13 -05:00
hypervisor.proto add Name and allow multiple URLs 2025-04-12 11:28:05 -05:00
oldCluster.go moving to a cluster.proto config file 2025-03-24 21:54:13 -05:00
sampleData.go moving to a cluster.proto config file 2025-03-24 21:54:13 -05: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