7 lines
90 B
Go
7 lines
90 B
Go
package types
|
|
|
|
type Share struct {
|
|
Slug string `json:"slug"`
|
|
Key string `json:"key"`
|
|
}
|