Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddLinkRequest ¶
type GetLinksRequest ¶
type GetLinksResult ¶
type LinkManager ¶
type LinkManager interface { GetLinks(request GetLinksRequest) (GetLinksResult, error) AddLink(request AddLinkRequest) error UpdateLink(request UpdateLinkRequest) error DeleteLink(username string, url string) error }
type LinkManagerEvents ¶
type SocialGraphManager ¶
type UpdateLinkRequest ¶
Click to show internal directories.
Click to hide internal directories.