controllers

package
v0.0.0-...-a24b8d5 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2023 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type LoginByWalletAddressReq

type LoginByWalletAddressReq struct {
	WalletAddress string `json:"wallet_address"`
	Signature     string `json:"signature"`
	Nonce         string `json:"nonce"`
}

type LoginByWalletAddressRes

type LoginByWalletAddressRes struct {
	Token string `json:"token"`
}

type LoginController

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

func (*LoginController) LoginByWallet

func (c *LoginController) LoginByWallet(
	ectx echo.Context,
) error

func (*LoginController) Signup

func (lc *LoginController) Signup(ctx echo.Context) error

func (*LoginController) SignupCompleted

func (lc *LoginController) SignupCompleted(ctx echo.Context) error

type ProfileController

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

func (*ProfileController) GetProfileChainInfo

func (pc *ProfileController) GetProfileChainInfo(ctx echo.Context) error

func (*ProfileController) GetProfileConnections

func (pc *ProfileController) GetProfileConnections(ctx echo.Context) error

type SearchController

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

func (*SearchController) Search

func (sc *SearchController) Search(ctx echo.Context) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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