client

package
v0.9.2 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 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 {
	Adminv1() Adminv1
	Apiv1() Apiv1
	Statusv1() Statusv1
}

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 Statusv1

type Statusv1 interface {
	Message() statusv1connect.MessageServiceClient
	Status() statusv1connect.StatusServiceClient
}

Jump to

Keyboard shortcuts

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