auth

package
v0.0.0-...-d691e2b Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package auth

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrUnsupportedMethod

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

func (ErrUnsupportedMethod) Error

func (err ErrUnsupportedMethod) Error() string

type InitAuthSignerError

type InitAuthSignerError struct {
	Name    string
	Message string
}

func (InitAuthSignerError) Error

func (err InitAuthSignerError) Error() string

type InvalidAuthSignerError

type InvalidAuthSignerError struct {
	Name string
}

func (InvalidAuthSignerError) Error

func (err InvalidAuthSignerError) Error() string

type Signer

type Signer interface {
	Name() string
	GetSignature(*rest.Request) string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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