The Go SDK for composition functions
Go to file
Nic Cope ca27889cd1
Merge pull request #208 from yeldiRium/feat/health-server
feat: Implement optional health server
2025-07-15 14:57:46 -07:00
.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

CI GitHub release (latest SemVer) Go Reference

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:

If you just want to jump in and get started, consider using the function-template-go template repository.