client

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2025 License: MIT Imports: 7 Imported by: 3

Documentation

Overview

Code generated generate_clients.go. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddHeaderTransport

type AddHeaderTransport struct {
	Token string
	T     http.RoundTripper
	// contains filtered or unexported fields
}

func (*AddHeaderTransport) RoundTrip

func (a *AddHeaderTransport) RoundTrip(req *http.Request) (*http.Response, error)

type Client

type Client interface {
	Adminv2() Adminv2
	Apiv2() Apiv2
	Infrav2() Infrav2
}

func New

func New(config DialConfig) Client

type DialConfig

type DialConfig struct {
	BaseURL string
	Token   string
	Debug   bool

	UserAgent string
}

DialConfig is the configuration to create a api-server connection

func (*DialConfig) HttpClient

func (d *DialConfig) HttpClient() *http.Client

type Infrav2

type Infrav2 interface {
	BMC() infrav2connect.BMCServiceClient
}

Jump to

Keyboard shortcuts

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