feat: add PKL schema for message formats

This commit is contained in:
Prad Nukala
2024-09-30 19:44:16 -04:00
parent d9b1ac72a3
commit aa830517f3
58 changed files with 1201 additions and 133 deletions
+1 -2
View File
@@ -1,6 +1,6 @@
@go.Package { name = "github.com/onsonr/sonr/pkg/orm" }
module models
module orm
import "package://pkg.pkl-lang.org/pkl-go/pkl.golang@0.5.0#/go.pkl"
@@ -273,4 +273,3 @@ class Profile {
db_name: String = "vault"
db_version: Int = 1