s3-share/internal/types/share.go

7 lines
90 B
Go
Raw Normal View History

2022-05-09 12:52:18 +00:00
package types
type Share struct {
Slug string `json:"slug"`
Key string `json:"key"`
}