Documentation
¶
Index ¶
- Variables
- func ConnectGCS(projId string)
- func ConnectGDS(projId string)
- func CreateObjectPath(obj string) string
- type Engagement
- type EngagementResponse
- type ErrorDescription
- type FbError
- type FbUser
- type JSONResponse
- type LikeSummary
- type PostLikes
- type PostResult
- type PostShares
- type PostStatsResult
Constants ¶
This section is empty.
Variables ¶
View Source
var ( StorageClient *storage.Client Bkt *storage.BucketHandle )
View Source
var (
DatastoreClient *datastore.Client
)
Functions ¶
func ConnectGCS ¶
func ConnectGCS(projId string)
func ConnectGDS ¶
func ConnectGDS(projId string)
func CreateObjectPath ¶
Types ¶
type Engagement ¶
type EngagementResponse ¶
type EngagementResponse struct { Id int Engagement Engagement }
type ErrorDescription ¶
type FbError ¶
type FbError struct {
Error ErrorDescription `error`
}
type JSONResponse ¶
type LikeSummary ¶
type LikeSummary struct {
Total_count int
}
type PostLikes ¶
type PostLikes struct {
Summary LikeSummary
}
type PostResult ¶
type PostShares ¶
type PostShares struct {
}type PostStatsResult ¶
type PostStatsResult struct { Likes PostLikes }
Click to show internal directories.
Click to hide internal directories.