Go to file
Jeff Carr ddc0410126 fix proto files to conform with autogenpb 2025-02-07 04:41:25 -06:00
.gitignore seperate config files for droplets, hypervisors & events 2024-10-24 16:57:50 -05:00
.protobuf trick to easily detect protobuf libraries 2024-12-02 05:15:58 -06:00
LICENSE start cleaning junk fields from config files 2024-10-26 12:33:13 -05:00
Makefile fix proto files to conform with autogenpb 2025-02-07 04:41:25 -06:00
README.md autogenpb now configured in .proto files 2024-12-01 22:24:01 -06:00
add.go switched to autogenpb 2024-12-01 18:41:00 -06:00
backupDir.go switched to autogenpb 2024-12-01 18:41:00 -06:00
change.go switched to autogenpb 2024-12-01 18:41:00 -06:00
cluster.go things for create. might be duplicates 2024-11-16 05:22:11 -06:00
config.go duh. TRUNCATE on new files 2024-12-11 13:54:36 -06:00
configBackup.go code cleanups 2024-10-31 09:19:15 -05:00
droplet.proto fix proto files to conform with autogenpb 2025-02-07 04:41:25 -06:00
event.proto fix proto files to conform with autogenpb 2025-02-07 04:41:25 -06:00
experiment.proto fix proto files to conform with autogenpb 2025-02-07 04:41:25 -06:00
helpers.go switched to autogenpb 2024-12-01 18:41:00 -06:00
human.go switched to autogenpb 2024-12-01 18:41:00 -06:00
hypervisor.proto fix proto files to conform with autogenpb 2025-02-07 04:41:25 -06:00
sampleData.go rename Cluster 2024-11-07 05:04:11 -06:00
storageinfo.go switched to autogenpb 2024-12-01 18:41:00 -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