Files
sonr/internal/dwn/gen/IPFS.pkl.go
T

9 lines
212 B
Go
Raw Normal View History

// Code generated from Pkl module `dwngen`. DO NOT EDIT.
package gen
2024-09-18 02:22:17 -04:00
type IPFS struct {
2024-10-07 10:49:25 -04:00
ApiUrl string `pkl:"apiUrl" json:"apiUrl,omitempty"`
2024-09-18 02:22:17 -04:00
2024-10-07 10:49:25 -04:00
GatewayUrl string `pkl:"gatewayUrl" json:"gatewayUrl,omitempty"`
2024-09-18 02:22:17 -04:00
}