package
0.0.0-20240422161216-9d7cd0a0d880
Repository: https://github.com/netsepio/sotreus.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
type User struct { Name string `json:"name,omitempty"` WalletAddress string `gorm:"primary_key" json:"walletAddress"` FlowIds []FlowId `gorm:"foreignkey:WalletAddress" json:"-"` }.
No description provided by the author