Documentation
¶
Overview ¶
Package model defines the AurelianModel marker interface shared across all Aurelian output types. It lives in its own package to avoid circular imports between output, types, and plugin.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AurelianModel ¶
type AurelianModel interface {
IsAurelianModel() aurelianModelToken
}
AurelianModel is a marker interface for all Aurelian output models. Only types that embed BaseAurelianModel can satisfy this interface.
type BaseAurelianModel ¶
type BaseAurelianModel struct{}
BaseAurelianModel is embedded into output structs to satisfy the AurelianModel interface.
func (BaseAurelianModel) IsAurelianModel ¶
func (BaseAurelianModel) IsAurelianModel() aurelianModelToken
Click to show internal directories.
Click to hide internal directories.