Documentation ¶
Overview ¶
Package actions provides list of actions that could be performed.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserAction ¶
type UserAction uint
UserAction represents actions can be done over users.
const ( // UserActionFollow action. UserActionFollow UserAction // Follow // UserActionUnfollow action. UserActionUnfollow // Unfollow // UserActionBlock action. UserActionBlock // Block // UserActionUnblock action. UserActionUnblock // Unblock // UserActionRemove action. UserActionRemove // Remove )
func (UserAction) String ¶
func (i UserAction) String() string
Click to show internal directories.
Click to hide internal directories.