feat: Implement optional health server |
||
|---|---|---|
| .github | ||
| build@231258db28 | ||
| context | ||
| errors | ||
| logging | ||
| proto | ||
| request | ||
| resource | ||
| response | ||
| .gitignore | ||
| .gitmodules | ||
| .golangci.yml | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
| sdk.go | ||
| sdk_test.go | ||
README.md
function-sdk-go
The Go SDK for writing composition functions.
This SDK is currently a beta. We try to avoid breaking changes, but it will not have a stable API until it reaches v1.0.0. It follows the same contributing guidelines as Crossplane.
To learn how to use this SDK:
- Follow the guide to writing a composition function in Go
- Learn about how composition functions work
- Read the package documentation
If you just want to jump in and get started, consider using the function-template-go template repository.