Files
sonr/pkg/dwn/Motr.pkl.go
T

11 lines
186 B
Go
Raw Normal View History

2024-09-19 02:04:22 -04:00
// Code generated from Pkl module `dwn`. DO NOT EDIT.
package dwn
type Motr struct {
2024-10-06 11:39:23 -04:00
Keyshare string `pkl:"keyshare"`
2024-09-19 02:04:22 -04:00
2024-10-06 11:39:23 -04:00
Address string `pkl:"address"`
2024-09-19 02:04:22 -04:00
2024-10-06 11:39:23 -04:00
Origin string `pkl:"origin"`
2024-09-19 02:04:22 -04:00
}