Files
sonr/internal/vfs/models/PublicKey.pkl.go
T

7 lines
152 B
Go
Raw Normal View History

2024-09-18 02:22:17 -04:00
// Code generated from Pkl module `models`. DO NOT EDIT.
package models
type PublicKey struct {
Id string `pkl:"id" json:"id,omitempty" query:"id"`
}