package
0.0.0-20160127001449-f48b2619bd8e
Repository: https://github.com/googlecloudplatform/abelana-gcp.git
Documentation: pkg.go.dev

# Functions

Aauth validates a given AccessToken.
Flag will bring this to the administrators attention.
Follow will see if we can follow the user, given their email.
FollowByID - will tell us about a new possible follower (FrReq) : Status.
FProfile - Get a specific followers entries only (TlfReq) : TlResp.
GetFollowing - A list of those I follow (AToken) :.
GetMyProfile - Get my entries only (token) : TlResp.
GetPerson -- find out about someone : Person.
GetPhotoComments will get the comments given a photoid.
GetSecretKey will send our key in a way that we should only be called once.
GetTimeLine - get the timeline for the user (token) : TlResp.
Import for Facebook / G+ / ..
Like let's the user tell of their joy (Photo) : Status.
Login - see if the token is valid.
PostPhoto lets us know that we have a photo, we then tell both DataStore and Redis What is sent is just the id, either uuuuu.rrrrr or uuuuu where u=userID, and rrrrr is random photoID.
Refresh will refresh an Access Token (ATok).
Register will start GCM messages to your device (GCMReq) : Status.
SetPhotoComments allows the users voice to be heard (PhotoComment) : Status.
Statistics will tell you about a user.
Unlike let's the user recind their +1 (Photo) : Status.
Unregister will stop GCM messages from going to your device (GCMReq) : Status.
Wipeout will erase all data you are working on.

# Variables

No description provided by the author

# Structs

AbelanaConfig contains all the information we need to run Abelana.
AccToken is what we pass to our client, would rather not have the password here as it will go away when Idenitty Toolkit supports access tokens.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Access lets us know if we need another.