First implementation of an atom feed
This commit is contained in:
11
inlineOtherContent.go
Normal file
11
inlineOtherContent.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package atomfeed
|
||||
|
||||
type InlineOtherContent struct {
|
||||
*CommonAttributes
|
||||
Type MediaType `xml:"type,attr,omitempty"`
|
||||
AnyElement []*any `xml:"anyelement,omitempty"`
|
||||
}
|
||||
|
||||
func (i *InlineOtherContent) IsContent() bool { return true }
|
||||
|
||||
func (i *InlineOtherContent) Check() error { return nil }
|
Reference in New Issue
Block a user