Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Latest commit

 

History

History

client

Morty Go Client

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.

Installation

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"
)

Generation

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.