rancherproxy

package
v0.0.0-...-f761163 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LoginErrorRes

type LoginErrorRes struct {
	BasetType string `json:"baseType"`
	Status    int64  `json:"status"`
	Message   string `json:"message"`
	Code      string `json:"code"`
	Type      string `json:"type"`
}

type LoginOIDCParams

type LoginOIDCParams struct {
	Code         string `json:"code"`
	CodeVerifier string `json:"code_verifier"`
}

type LoginParams

type LoginParams struct {
	Description  string `json:"description"`
	Username     string `json:"username"`
	Password     string `json:"password"`
	ResponseType string `json:"responseType"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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