mirror of
https://github.com/onsonr/motr.git
synced 2025-03-10 17:29:10 +00:00
12 lines
355 B
Go
12 lines
355 B
Go
// Code generated from Pkl module `sonr.net.Motr`. DO NOT EDIT.
|
|
package config
|
|
|
|
import "github.com/apple/pkl-go/pkl"
|
|
|
|
func init() {
|
|
pkl.RegisterMapping("sonr.net.Motr", Motr{})
|
|
pkl.RegisterMapping("sonr.net.Motr#Config", Config{})
|
|
pkl.RegisterMapping("sonr.net.Motr#Schema", Schema{})
|
|
pkl.RegisterMapping("sonr.net.Motr#Environment", Environment{})
|
|
}
|