mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
18 lines
705 B
Go
18 lines
705 B
Go
// Code generated from Pkl module `common.types.ORM`. DO NOT EDIT.
|
|||
|
|
package models
|
||
|
|
|
||
|
|
import "github.com/apple/pkl-go/pkl"
|
||
|
|
|
||
|
|
func init() {
|
||
|
|
pkl.RegisterMapping("common.types.ORM", ORM{})
|
||
|
|
pkl.RegisterMapping("common.types.ORM#Account", Account{})
|
||
|
|
pkl.RegisterMapping("common.types.ORM#Asset", Asset{})
|
||
|
|
pkl.RegisterMapping("common.types.ORM#Chain", Chain{})
|
||
|
|
pkl.RegisterMapping("common.types.ORM#Credential", Credential{})
|
||
|
|
pkl.RegisterMapping("common.types.ORM#DID", DID{})
|
||
|
|
pkl.RegisterMapping("common.types.ORM#JWK", JWK{})
|
||
|
|
pkl.RegisterMapping("common.types.ORM#Grant", Grant{})
|
||
|
|
pkl.RegisterMapping("common.types.ORM#Keyshare", Keyshare{})
|
||
|
|
pkl.RegisterMapping("common.types.ORM#Profile", Profile{})
|
||
|
|
}
|