Documentation ¶
Index ¶
- type AccountUpdated
- type AccountUpdatedEventMiner
- type AccountWitnessVoted
- type AccountWitnessVotedEventMiner
- type CommentPublished
- type CommentPublishedEventMiner
- type CommentVoted
- type CommentVotedEventMiner
- type StoryPublished
- type StoryPublishedEventMiner
- type StoryVoted
- type StoryVotedEventMiner
- type TransferMade
- type TransferMadeEventMiner
- type UserFollowStatusChanged
- type UserFollowStatusChangedEventMiner
- type UserMentioned
- type UserMentionedEventMiner
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountUpdated ¶ added in v0.4.0
type AccountUpdated struct {
Op *database.AccountUpdateOperation
}
type AccountUpdatedEventMiner ¶ added in v0.4.0
type AccountUpdatedEventMiner struct{}
func NewAccountUpdatedEventMiner ¶ added in v0.4.0
func NewAccountUpdatedEventMiner() *AccountUpdatedEventMiner
type AccountWitnessVoted ¶ added in v0.8.0
type AccountWitnessVoted struct {
Op *database.AccountWitnessVoteOperation
}
type AccountWitnessVotedEventMiner ¶ added in v0.8.0
type AccountWitnessVotedEventMiner struct{}
func NewAccountWitnessVotedEventMiner ¶ added in v0.8.0
func NewAccountWitnessVotedEventMiner() *AccountWitnessVotedEventMiner
type CommentPublished ¶
type CommentPublished struct { Op *database.CommentOperation Content *database.Content }
type CommentPublishedEventMiner ¶
type CommentPublishedEventMiner struct{}
func NewCommentPublishedEventMiner ¶
func NewCommentPublishedEventMiner() *CommentPublishedEventMiner
type CommentVoted ¶
type CommentVoted struct { Op *database.VoteOperation Content *database.Content }
type CommentVotedEventMiner ¶
type CommentVotedEventMiner struct{}
func NewCommentVotedEventMiner ¶
func NewCommentVotedEventMiner() *CommentVotedEventMiner
type StoryPublished ¶
type StoryPublished struct { Op *database.CommentOperation Content *database.Content }
type StoryPublishedEventMiner ¶
type StoryPublishedEventMiner struct{}
func NewStoryPublishedEventMiner ¶
func NewStoryPublishedEventMiner() *StoryPublishedEventMiner
type StoryVoted ¶
type StoryVoted struct { Op *database.VoteOperation Content *database.Content }
type StoryVotedEventMiner ¶
type StoryVotedEventMiner struct{}
func NewStoryVotedEventMiner ¶
func NewStoryVotedEventMiner() *StoryVotedEventMiner
type TransferMade ¶ added in v0.3.0
type TransferMade struct {
Op *database.TransferOperation
}
type TransferMadeEventMiner ¶ added in v0.3.0
type TransferMadeEventMiner struct{}
func NewTransferMadeEventMiner ¶ added in v0.3.0
func NewTransferMadeEventMiner() *TransferMadeEventMiner
type UserFollowStatusChanged ¶ added in v0.7.0
type UserFollowStatusChanged struct {
Op *database.FollowOperation
}
func (*UserFollowStatusChanged) Followed ¶ added in v0.7.0
func (event *UserFollowStatusChanged) Followed() bool
func (*UserFollowStatusChanged) Muted ¶ added in v0.7.0
func (event *UserFollowStatusChanged) Muted() bool
func (*UserFollowStatusChanged) Reset ¶ added in v0.7.0
func (event *UserFollowStatusChanged) Reset() bool
type UserFollowStatusChangedEventMiner ¶ added in v0.7.0
type UserFollowStatusChangedEventMiner struct{}
func NewUserFollowStatusChangedEventMiner ¶ added in v0.7.0
func NewUserFollowStatusChangedEventMiner() *UserFollowStatusChangedEventMiner
type UserMentioned ¶ added in v0.2.0
type UserMentioned struct { Op *database.CommentOperation Content *database.Content User string }
type UserMentionedEventMiner ¶ added in v0.2.0
type UserMentionedEventMiner struct {
// contains filtered or unexported fields
}
func NewUserMentionedEventMiner ¶ added in v0.2.0
func NewUserMentionedEventMiner() *UserMentionedEventMiner
Click to show internal directories.
Click to hide internal directories.