Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArrayInterfaceMap ¶
type ArrayInterfaceMap []map[string]interface{}
func (*ArrayInterfaceMap) Scan ¶
func (m *ArrayInterfaceMap) Scan(value interface{}) error
type Connection ¶
type ConnectionStatus ¶
type ConnectionStatus string
const ( Requested ConnectionStatus = "requested" Connected ConnectionStatus = "connected" )
type Profile ¶
type Profile struct {
UUID string `db:"uuid"`
ETHAddress string `db:"eth_address"`
Username string `db:"username"`
Metadata StringInterfaceMap `db:"metadata"`
PublicTags pq.StringArray `db:"public_tags"`
Tokens ArrayInterfaceMap `db:"tokens"`
}
type StringInterfaceMap ¶
type StringInterfaceMap map[string]interface{}
func (*StringInterfaceMap) Scan ¶
func (m *StringInterfaceMap) Scan(value interface{}) error
Click to show internal directories.
Click to hide internal directories.