mirror of
https://github.com/getAlby/lndhub.go.git
synced 2026-01-17 11:55:30 +01:00
8 lines
95 B
Go
8 lines
95 B
Go
package models
|
|
|
|
// Account : Account Model
|
|
type Account struct {
|
|
UserID uint
|
|
Type string
|
|
}
|