refactor: move gateway package to app directory

This commit is contained in:
Prad Nukala
2024-12-09 18:34:38 -05:00
parent 67432d3fdf
commit f250082fff
32 changed files with 13 additions and 13 deletions
-16
View File
@@ -1,16 +0,0 @@
// Code generated from Pkl module `sonr.hway.Gate`. DO NOT EDIT.
package types
type Config struct {
ChainId string `pkl:"chainId" json:"chainId,omitempty"`
IpfsGatewayUrl string `pkl:"ipfsGatewayUrl" json:"ipfsGatewayUrl,omitempty"`
LandingUrl string `pkl:"landingUrl" json:"landingUrl,omitempty"`
AuthProxyUrl string `pkl:"authProxyUrl" json:"authProxyUrl,omitempty"`
SonrApiUrl string `pkl:"sonrApiUrl" json:"sonrApiUrl,omitempty"`
SonrRpcUrl string `pkl:"sonrRpcUrl" json:"sonrRpcUrl,omitempty"`
}
-5
View File
@@ -1,5 +0,0 @@
// Code generated from Pkl module `sonr.hway.Ctx`. DO NOT EDIT.
package types
type Ctx struct {
}
-8
View File
@@ -1,8 +0,0 @@
// Code generated from Pkl module `sonr.hway.Gate`. DO NOT EDIT.
package types
import "github.com/apple/pkl-go/pkl"
func init() {
pkl.RegisterMapping("sonr.hway.Gate#Config", Config{})
}