flowid

package
v0.0.0-...-836e728 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package flowid provides model and methods for storing and retriving flowid for wallet address

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddFlowId

func AddFlowId(walletAddr string, flowId string) error

Adds flow id into database for given wallet Address

func DeleteFlowId

func DeleteFlowId(flowId string) error

Types

type FlowId

type FlowId struct {
	WalletAddress string
	FlowId        string `gorm:"primary_key"`
}

func GetFlowId

func GetFlowId(flowId string) (*FlowId, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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