mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 18:01:39 +00:00
(no commit message provided)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package orm
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
type Profile struct {
|
||||
gorm.Model
|
||||
DID string
|
||||
DisplayName string
|
||||
Name string
|
||||
Origin string
|
||||
Controller string
|
||||
Credentials []Credential
|
||||
}
|
||||
Reference in New Issue
Block a user