Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultModel ¶
type DefaultModel struct {
// contains filtered or unexported fields
}
func NewDefaultModel ¶
func NewDefaultModel(content map[any]any, path string) *DefaultModel
func NewDefaultModelFromStruct ¶
func NewDefaultModelFromStruct(content any, path string, skipEmpty bool) *DefaultModel
func (*DefaultModel) Content ¶
func (b *DefaultModel) Content() map[any]any
func (*DefaultModel) Path ¶
func (b *DefaultModel) Path() string
Click to show internal directories.
Click to hide internal directories.