Files
sonr/pkg/nebula/models/Link.pkl.go
T

9 lines
147 B
Go
Raw Normal View History

// Code generated from Pkl module `models`. DO NOT EDIT.
package models
type Link struct {
Text string `pkl:"text"`
Href string `pkl:"href"`
}