login

package
v1.6.5-rc9 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Root = kit.NewRouter(httptransport.Group("/login"))

Functions

This section is empty.

Types

type LoginByEthAddress added in v1.1.0

type LoginByEthAddress struct {
	httpx.MethodPut
	account.LoginByEthAddressReq `in:"body"`
}

func (*LoginByEthAddress) Output added in v1.1.0

func (r *LoginByEthAddress) Output(ctx context.Context) (interface{}, error)

func (*LoginByEthAddress) Path added in v1.1.0

func (r *LoginByEthAddress) Path() string

type LoginByUsername added in v1.1.0

type LoginByUsername struct {
	httpx.MethodPut
	account.LoginByUsernameReq `in:"body"`
}

func (*LoginByUsername) Output added in v1.1.0

func (r *LoginByUsername) Output(ctx context.Context) (interface{}, error)

func (*LoginByUsername) Path added in v1.1.0

func (r *LoginByUsername) Path() string

Jump to

Keyboard shortcuts

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