handler

package
v0.0.0-...-1f66c65 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2022 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddComment

func AddComment(c *fiber.Ctx) error

Get comments handle

func AssociateToken

func AssociateToken(c *fiber.Ctx) error

CreateToken api handler

func ContractCall

func ContractCall(c *fiber.Ctx) error

ContractCall api handler

func ContractExecute

func ContractExecute(c *fiber.Ctx) error

ContractExecute api handler

func CreateAccount

func CreateAccount(c *fiber.Ctx) error

HelloAccount api handler

func CreateNFT

func CreateNFT(c *fiber.Ctx) error

CreateNFT api handler

func CreateToken

func CreateToken(c *fiber.Ctx) error

CreateToken api handler

func Createtopic

func Createtopic(c *fiber.Ctx) error

Createtopic api handler

func DeleteCrud

func DeleteCrud(c *fiber.Ctx) error

Delete CRUD handle

func DisassociateToken

func DisassociateToken(c *fiber.Ctx) error

CreateToken api handler

func GetComments

func GetComments(c *fiber.Ctx) error

Get comments handle

func GetCrud

func GetCrud(c *fiber.Ctx) error

Get CRUD handle

func Handshake

func Handshake(c *fiber.Ctx) error

Hello api handle

func Hello

func Hello(c *fiber.Ctx) error

Hello api handle

func HelloAccount

func HelloAccount(c *fiber.Ctx) error

HelloAccount api handler

func HelloNFT

func HelloNFT(c *fiber.Ctx) error

HelloNFT api handler

func HelloSmartContracts

func HelloSmartContracts(c *fiber.Ctx) error

HelloSmartContracts api handler

func HelloToken

func HelloToken(c *fiber.Ctx) error

HelloToken api handler

func PatchCrud

func PatchCrud(c *fiber.Ctx) error

Patch CRUD handle

func PostCrud

func PostCrud(c *fiber.Ctx) error

Post CRUD handle

func SubmitMessageToTopic

func SubmitMessageToTopic(c *fiber.Ctx) error

SubmitMessageToTopic api handler

Types

type AddCommentRequest

type AddCommentRequest struct {
	Message string `json:"message" xml:"message" form:"message"`
	Lang    string `json:"lang" xml:"lang" form:"lang"`
}

type Comments

type Comments struct {
	Key        string `json:"key"`
	Comment    string `json:"comment"`
	Answer     string `json:"answer"`
	IsAnswered bool   `json:"isAnswered"`
	Lang       string `json:"lang"`
}

type HandhsakeRequest

type HandhsakeRequest struct {
	Identification string `json:"identification" xml:"identification" form:"identification"`
	Provider       string `json:"provider" xml:"provider" form:"provider"`
}

type Task

type Task struct {
	Id      int    `json:"id"`
	Task    string `json:"task"`
	Owner   string `json:"owner"`
	Checked int    `json:"checked"`
}

Jump to

Keyboard shortcuts

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