feat: added working rendering with plugins

This commit is contained in:
David Allen 2025-08-26 22:11:17 -06:00
parent fbdaf218eb
commit 1ebea8cb73
Signed by: towk
GPG key ID: 0430CDBE22619155
7 changed files with 139 additions and 81 deletions

View file

@ -2,6 +2,7 @@ package makeshift
import "git.towk2.me/towk/makeshift/pkg/storage"
type ProfileMap map[string]*Profile
type Profile struct {
ID string `json:"id"` // profile ID
Description string `json:"description,omitempty"` // profile description