| .. | ||
| auth | ||
| cmd | ||
| config | ||
| dispatch | ||
| enclave | ||
| health | ||
| integration | ||
| logger | ||
| miniredis | ||
| peer | ||
| peerid | ||
| proto | ||
| raftmanager | ||
| rate | ||
| service | ||
| servicetest | ||
| util | ||
| web | ||
| .gitignore | ||
| .tool-versions | ||
| enclave.config.sample | ||
| go.mod | ||
| go.sum | ||
| host.config.sample | ||
| main.go | ||
| Makefile | ||
| README.md | ||
SVR2 Host Code (the Go attempt)
This codebase provides a host-side binary for running and interacting with an enclave, while also interacting with the outside world (external services, clients, etc), and acts as a bridge between these two worlds. It follows typical Go paradigms.
Go Version
Currently, this code is targetted to Go 1.19, so yay, generics are a thing.
Testing
There should be some.
Formatting
One gofmt to rule them all.