Categorygithub.com/GLCharge/distributed-scheduler-client
repositorypackage
0.1.2
Repository: https://github.com/glcharge/distributed-scheduler-client.git
Documentation: pkg.go.dev

# README

Distributed scheduler client

Welcome 👋

This repository contains client library/SDK for the distributed scheduler.

Every version has OpenAPI specification that is used to generate the client using oapi-codegen generator.

Installation

 go get github.com/GLCharge/distributed-scheduler-client@latest"

Usage

import client "https://github.com/GLCharge/distributed-scheduler-client

Generation

This code base, was generated using oapi-codegen.

You can generate the SDK manually by running the Makefile script:

make gen-client