diff options
Diffstat (limited to 'internal/rosa/rosa.go')
| -rw-r--r-- | internal/rosa/rosa.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/rosa/rosa.go b/internal/rosa/rosa.go index 5179f7a3..d2e8b619 100644 --- a/internal/rosa/rosa.go +++ b/internal/rosa/rosa.go @@ -14,6 +14,12 @@ import ( "hakurei.app/internal/pkg" ) +// Extension is the variant identification string of custom artifact +// implementations registered by package rosa. +const Extension = "rosa" + +func init() { pkg.SetExtension(Extension) } + const ( // kindEtc is the kind of [pkg.Artifact] of cureEtc. kindEtc = iota + pkg.KindCustomOffset |
