Documentation ¶
Index ¶
- type Reaction
- type ReactionService
- func (r *ReactionService) GetReactionsByCastHash(hash string, limit int, cursor string) ([]Reaction, string, error)
- func (r *ReactionService) GetRecastersByCastHash(hash string, limit int, cursor string) ([]users.User, string, error)
- func (r *ReactionService) GetUserReactions(fid uint64) ([]Reaction, string, error)
- func (r *ReactionService) ReactToCast(hash string) (*Reaction, error)
- func (r *ReactionService) RecastCast(hash string) (string, error)
- func (r *ReactionService) UnreactToCast(hash string) error
- func (r *ReactionService) UnrecastCast(hash string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReactionService ¶
type ReactionService struct {
// contains filtered or unexported fields
}
func NewReactionService ¶
func NewReactionService(account *account.AccountService) *ReactionService
func (*ReactionService) GetReactionsByCastHash ¶
func (*ReactionService) GetRecastersByCastHash ¶
func (*ReactionService) GetUserReactions ¶
func (r *ReactionService) GetUserReactions(fid uint64) ([]Reaction, string, error)
func (*ReactionService) ReactToCast ¶
func (r *ReactionService) ReactToCast(hash string) (*Reaction, error)
func (*ReactionService) RecastCast ¶
func (r *ReactionService) RecastCast(hash string) (string, error)
func (*ReactionService) UnreactToCast ¶
func (r *ReactionService) UnreactToCast(hash string) error
func (*ReactionService) UnrecastCast ¶
func (r *ReactionService) UnrecastCast(hash string) error
Click to show internal directories.
Click to hide internal directories.