9 lines
88 B
Go
9 lines
88 B
Go
|
package feeder
|
||
|
|
||
|
type Enclosure struct {
|
||
|
Url string;
|
||
|
Length int64;
|
||
|
Type string;
|
||
|
}
|
||
|
|