model

package
v1.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 23, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL