catching up and managing some of the future packages
authorOscar J Rodriguez <jrpc@google.com>
Tue, 9 May 2023 06:57:13 +0000 (23:57 -0700)
committerOscar J Rodriguez <jrpc@google.com>
Tue, 9 May 2023 06:57:13 +0000 (23:57 -0700)
commita49b19ea760f5c6493e0145320f2bf37dd3a96ca
tree6468bded940bdb3b0636445f1162706db0b81764
parent9113a0c47ac88499100bbe41462eaa11635bca25
catching up and managing some of the future packages
13 files changed:
go.mod
handlers/controller/controllerHandlers.go [new file with mode: 0644]
handlers/controller/go.mod [new file with mode: 0644]
handlers/health/go.mod [new file with mode: 0644]
handlers/health/healthHandlers.go [new file with mode: 0644]
handlers/management/go.mod [new file with mode: 0644]
handlers/management/managementHandlers.go [new file with mode: 0644]
handlers/static/go.mod [new file with mode: 0644]
handlers/static/staticHandlers.go [new file with mode: 0644]
handlers/virtualapi/go.mod [new file with mode: 0644]
handlers/virtualapi/virtualapiHandlers.go [new file with mode: 0644]
main.go [deleted file]
vscpweb.go [new file with mode: 0644]