feat: added working rendering with plugins
This commit is contained in:
parent
fbdaf218eb
commit
1ebea8cb73
7 changed files with 139 additions and 81 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue