Files
sonr/internal/orm/Keyshare.pkl.go
T

15 lines
382 B
Go
Raw Normal View History

2024-09-30 19:44:16 -04:00
// Code generated from Pkl module `orm`. DO NOT EDIT.
2024-09-19 02:04:22 -04:00
package orm
2024-09-18 02:22:17 -04:00
type Keyshare struct {
Id string `pkl:"id" json:"id,omitempty" query:"id"`
Data string `pkl:"data" json:"data,omitempty"`
Role int `pkl:"role" json:"role,omitempty"`
CreatedAt *string `pkl:"createdAt" json:"createdAt,omitempty"`
LastRefreshed *string `pkl:"lastRefreshed" json:"lastRefreshed,omitempty"`
}