This is the official Morty client auto-generated based on the OpenAPI specification
Any changes to this folder will be overwritten on the next generation.
Run the following command in your Go project to install the SDK :
# Install the latest version
go get github.com/morty-faas/controller@latest
# Pin a specific version
go get github.com/morty-faas/controller@v0.2.1In your code, you can import the pkg/client package :
import (
morty "github.com/morty-faas/controller/pkg/client"
)This code base, including this README, is auto-generated using OpenAPI Generator. If you find bugs in the SDK please check if there is an open issue at OpenAPITools/openapi-generator or morty-faas/controller already before opening an issue here.