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