add the Go Origin client integration to the wedding server
register as the CronoCraft App named ZoeShaldon
check in immediately at startup and every 24 hours thereafter
keep registration optional when origin.service_key is empty
Verification
go test ./...
go vet ./...
gofmt
git diff --check
The UI check was not run because the local ui dependencies are not installed (svelte-kit: command not found).
## Summary
- add the Go Origin client integration to the wedding server
- register as the `CronoCraft App` named `ZoeShaldon`
- check in immediately at startup and every 24 hours thereafter
- keep registration optional when `origin.service_key` is empty
## Verification
- `go test ./...`
- `go vet ./...`
- `gofmt`
- `git diff --check`
The UI check was not run because the local `ui` dependencies are not installed (`svelte-kit: command not found`).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
CronoCraft AppnamedZoeShaldonorigin.service_keyis emptyVerification
go test ./...go vet ./...gofmtgit diff --checkThe UI check was not run because the local
uidependencies are not installed (svelte-kit: command not found).