inital commit

This commit is contained in:
2022-05-09 14:52:18 +02:00
commit d88552c57f
12 changed files with 461 additions and 0 deletions

6
internal/types/share.go Normal file
View File

@@ -0,0 +1,6 @@
package types
type Share struct {
Slug string `json:"slug"`
Key string `json:"key"`
}