The Go SDK for composition functions
Go to file
Nic Cope ef3a2e04d3 Remove DesiredComposedResources and ObserveComposedResources types
These just served to obfuscate what the types actually were - a map of
resource name to observed/desired composed resource structs.

Signed-off-by: Nic Cope <nicc@rk0n.org>
2023-09-15 18:59:34 -07:00
.github Merge pull request #16 from crossplane/renovate/codecov-codecov-action-4.x 2023-09-14 12:57:32 -07:00
build@a6e25afa0d Add generated gRPC APIs 2023-08-31 15:05:08 -07:00
proto Replicate run_function.proto from c/c master 2023-09-11 17:34:09 -07:00
request Remove DesiredComposedResources and ObserveComposedResources types 2023-09-15 18:59:34 -07:00
resource Remove DesiredComposedResources and ObserveComposedResources types 2023-09-15 18:59:34 -07:00
response Remove DesiredComposedResources and ObserveComposedResources types 2023-09-15 18:59:34 -07:00
.gitignore Initial commit 2023-09-02 13:28:20 -07:00
.gitmodules Add generated gRPC APIs 2023-08-31 15:05:08 -07:00
.golangci.yml Add the beginnings of a Function SDK 2023-09-12 05:45:19 -07:00
LICENSE Initial commit 2023-09-02 13:28:20 -07:00
Makefile Add generated gRPC APIs 2023-08-31 15:05:08 -07:00
README.md Add a rudimentary README 2023-08-31 15:11:34 -07:00
go.mod Add the beginnings of a Function SDK 2023-09-12 05:45:19 -07:00
go.sum Add the beginnings of a Function SDK 2023-09-12 05:45:19 -07:00
sdk.go Add the beginnings of a Function SDK 2023-09-12 05:45:19 -07:00

README.md

function-sdk-go

The Go SDK for Composition Functions.

This SDK is currently a beta and does not yet have a stable API. It follows the same contributing guidelines as Crossplane.