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/[email protected]
In 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.