inital commit
This commit is contained in:
6
internal/types/share.go
Normal file
6
internal/types/share.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package types
|
||||
|
||||
type Share struct {
|
||||
Slug string `json:"slug"`
|
||||
Key string `json:"key"`
|
||||
}
|
||||
Reference in New Issue
Block a user