5 lines
96 B
Go
5 lines
96 B
Go
package collection
|
|
|
|
type OutboxResponse struct {
|
|
Location string `json:"Location,omitempty"`
|
|
}
|