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

9 lines
151 B
Go

// Code generated from Pkl module `models`. DO NOT EDIT.
package models
type Stat struct {
Value string `pkl:"value"`
Label string `pkl:"label"`
}