tokenx

package
v0.0.0-...-931f746 Latest Latest
Warning

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

Go to latest
Published: May 20, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TokenX

type TokenX struct {
	Client *resty.Client
}

func New

func New(cfgs ...TokenXConfiguration) (TokenX, error)

func (TokenX) AccessDenied

func (s TokenX) AccessDenied() (resty.Response, error)

type TokenXConfiguration

type TokenXConfiguration func(*TokenX) error

func WithClient

func WithClient(client *resty.Client) TokenXConfiguration

type TokenXRepository

type TokenXRepository interface {
	// @GET("/access-denied")
	// g.b.l<f0> accessDenied();
	AccessDenied() (resty.Response, error)
}

Jump to

Keyboard shortcuts

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