mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
feat: add PKL schema for message formats
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// Code generated from Pkl module `format`. DO NOT EDIT.
|
||||
package format
|
||||
|
||||
import "github.com/apple/pkl-go/pkl"
|
||||
|
||||
func init() {
|
||||
pkl.RegisterMapping("format", Format{})
|
||||
pkl.RegisterMapping("format#Macaroon", Macaroon{})
|
||||
}
|
||||
Reference in New Issue
Block a user