clusterclient

package module
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2020 License: Apache-2.0 Imports: 9 Imported by: 3

README

CircleCI

clusterclient

The clusterclient package implements a microclient used to interact with its corresponding microservice.

Documentation

Overview

Package clusterclient implements business logic to request the cluster-service.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsInvalidConfig

func IsInvalidConfig(err error) bool

IsInvalidConfig asserts invalidConfigError.

Types

type Client

type Client struct {
	Cluster *cluster.Service
	Info    *info.Service
	KeyPair *keypair.Service
	Release *release.Release
	Root    *root.Service
}

func New

func New(config Config) (*Client, error)

type Config

type Config struct {
	Logger     micrologger.Logger
	RestClient *resty.Client

	Address string
}

Config represents the configuration used to create a new client.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL