mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 09:51:39 +00:00
9 lines
212 B
Go
9 lines
212 B
Go
// Code generated from Pkl module `dwngen`. DO NOT EDIT.
|
|
package gen
|
|
|
|
type IPFS struct {
|
|
ApiUrl string `pkl:"apiUrl" json:"apiUrl,omitempty"`
|
|
|
|
GatewayUrl string `pkl:"gatewayUrl" json:"gatewayUrl,omitempty"`
|
|
}
|