mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
12 lines
366 B
Go
12 lines
366 B
Go
// Code generated from Pkl module `common.types.DWN`. DO NOT EDIT.
|
|||
|
|
package dwn
|
||
|
|
|
||
|
|
import "github.com/apple/pkl-go/pkl"
|
||
|
|
|
||
|
|
func init() {
|
||
|
|
pkl.RegisterMapping("common.types.DWN", DWN{})
|
||
|
|
pkl.RegisterMapping("common.types.DWN#Config", Config{})
|
||
|
|
pkl.RegisterMapping("common.types.DWN#Schema", Schema{})
|
||
|
|
pkl.RegisterMapping("common.types.DWN#Environment", Environment{})
|
||
|
|
}
|