feat(upload): add first prototype of File storage, svg database and svg processing. Also added --help command
All checks were successful
build / Go-Build (push) Successful in 1m5s
All checks were successful
build / Go-Build (push) Successful in 1m5s
This commit is contained in:
8
pkg/svg/templates.go
Normal file
8
pkg/svg/templates.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package svg
|
||||
|
||||
type TemplateData struct {
|
||||
Id string
|
||||
TemplateKeys []string
|
||||
}
|
||||
|
||||
var Storage SvgStorage
|
||||
Reference in New Issue
Block a user