# Packages

Package types implements all the types used by the Shop protocol.

# Functions

NewProtocol returns a new Subscriber protocol.

# Constants

MethodDeleteContent is the method ID for the method DeleteContent.
MethodFollow is the method ID for the method Follow.
MethodGetContent is the method ID for the method GetContent.
MethodGetContentMulti is the method ID for the method GetContentMulti.
MethodGetFollower is the method ID for the method GetFollower.
MethodGetFollowing is the method ID for the method GetFollowing.
MethodGetFriendUserStatuses is the method ID for the method GetFriendUserStatuses.
MethodGetNumFollowers is the method ID for the method GetNumFollowers.
MethodGetTimeline is the method ID for the method GetTimeline.
MethodGetUserStatuses is the method ID for the method GetUserStatuses.
MethodHello is the method ID for the method Hello.
MethodPostContent is the method ID for the method PostContent.
MethodUnfollow is the method ID for the method Unfollow.
MethodUnfollowAllAndFollow is the method ID for the method UnfollowAllAndFollow.
MethodUpdateUserStatus is the method ID for the method UpdateUserStatus.
ProtocolID is the protocol ID for the Subscriber protocol.

# Structs

Protocol stores all the RMC method handlers for the Subscriber protocol and listens for requests.

# Interfaces

Interface implements the methods present on the Subscriber protocol struct.