Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct{}
Service is the service struct defined for the comment package for rpc service "reaction.*"
func (Service) List ¶
func (s Service) List(r *http.Request, args *commentapi.ReactionListArgs, reply *commentapi.ReactionListResponse) error
List returns a list of reactions for the comments requested
func (Service) React ¶
func (s Service) React(r *http.Request, args *commentapi.ReactArgs, reply *commentapi.ReactResponse) error
React creates reactions for comments.
Click to show internal directories.
Click to hide internal directories.