Benjamin DeCoste

Results 4 issues of Benjamin DeCoste

Now that we have a website, it would be nice to host our documentation there as well! This puts more things in one place, and probably helps with the project...

feature

docs.capeprivacy.com is not live yet, but once it is, we should go through the readme and point any relevant API mentions to the docs

Hey! I would like to add some custom tests that check something on an instance of my server. For example ```golang s := &Server{ database: MyDatabase } healthz.RegisterTest("db-alive", s.checkDb) ```...