s3-share/internal/types/share.go
2022-05-09 14:52:18 +02:00

7 lines
90 B
Go

package types
type Share struct {
Slug string `json:"slug"`
Key string `json:"key"`
}