Skip to content

Instantly share code, notes, and snippets.

@ruggi
Created January 17, 2018 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruggi/88e3a3b47cc6c9b80fe9afe46aa8df06 to your computer and use it in GitHub Desktop.
Save ruggi/88e3a3b47cc6c9b80fe9afe46aa8df06 to your computer and use it in GitHub Desktop.
activity := stream.Activity{
Actor: "bob",
Verb: "like",
Object: "music",
}
resp, err := feed.AddActivity(activity)
if err != nil {
// ...
}
log.Println("activity addedd succesfully in", resp.Duration)
log.Println(resp.Activity.ID)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment