Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultViaURL is the via-URL for via-less posts (created on FriendFeed site) DefaultViaURL = "http://friendfeed.com" // DefaultViaName is the via-name for via-less posts (created on FriendFeed site) DefaultViaName = "FriendFeed" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Comment ¶
type Comment struct {
AuthorName string
Author *account.Account
// contains filtered or unexported fields
}
Comment represents archived comment
func (*Comment) UnmarshalJSON ¶
UnmarshalJSON unmarshalls Comment from the archive
type Entry ¶
type Entry struct {
AuthorName string
Author *account.Account
Links []string
// contains filtered or unexported fields
}
Entry represents archived FriendFeed entry
func (*Entry) UnmarshalJSON ¶
UnmarshalJSON unmarshalls Entry from the archive
type Like ¶
type Like struct {
AuthorName string
Author *account.Account
// contains filtered or unexported fields
}
Like represents archived like
func (*Like) UnmarshalJSON ¶
UnmarshalJSON unmarshalls Like from the archive
type ViaStatItem ¶
ViaStatItem represents element of via statistic
Click to show internal directories.
Click to hide internal directories.