sonr/pkg/config/motr/Schema.pkl.go

23 lines
577 B
Go
Raw Normal View History

// Code generated from Pkl module `sonr.conf.Motr`. DO NOT EDIT.
package motr
type Schema struct {
Version int `pkl:"version"`
2024-10-07 10:49:25 -04:00
Account string `pkl:"account" json:"account,omitempty"`
2024-10-07 10:49:25 -04:00
Asset string `pkl:"asset" json:"asset,omitempty"`
2024-10-07 10:49:25 -04:00
Chain string `pkl:"chain" json:"chain,omitempty"`
2024-10-07 10:49:25 -04:00
Credential string `pkl:"credential" json:"credential,omitempty"`
2024-10-07 10:49:25 -04:00
Jwk string `pkl:"jwk" json:"jwk,omitempty"`
2024-10-07 10:49:25 -04:00
Grant string `pkl:"grant" json:"grant,omitempty"`
2024-10-07 10:49:25 -04:00
Keyshare string `pkl:"keyshare" json:"keyshare,omitempty"`
2024-10-07 10:49:25 -04:00
Profile string `pkl:"profile" json:"profile,omitempty"`
}