refactor: move configuration files to app directory

This commit is contained in:
Prad Nukala
2024-09-27 11:03:38 -04:00
parent 049ed32e33
commit 9c768e4891
12 changed files with 3 additions and 46 deletions
+10
View File
@@ -0,0 +1,10 @@
// Code generated from Pkl module `dwn`. DO NOT EDIT.
package dwn
type Motr struct {
Keyshare string `pkl:"keyshare" json:"keyshare,omitempty"`
Address string `pkl:"address" json:"address,omitempty"`
Origin string `pkl:"origin" json:"origin,omitempty"`
}