auth

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

https://github.com/drewbernetes/unikorn/blob/main/examples/serverclient.go

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetToken

func GetToken(server string, u string, p string, project string, insecure bool) (accessToken string, err error)

func NewClient

func NewClient(server string, accessToken string, insecure bool) (*generated.ClientWithResponses, error)

NewClient is a helper to abstract away client authentication.

Types

type JSONReader

type JSONReader struct {
	// contains filtered or unexported fields
}

JSONReader implments io.Reader that does lazy JSON marshaling.

func NewJSONReader

func NewJSONReader(data interface{}) *JSONReader

func (*JSONReader) Read

func (r *JSONReader) Read(p []byte) (int, error)

Jump to

Keyboard shortcuts

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