Updated API

This commit is contained in:
2017-06-27 14:38:36 +02:00
parent 2b471b871d
commit ab253000ef
9 changed files with 103 additions and 7 deletions

View File

@ -51,7 +51,7 @@ func updateUserIndex() {
userSearchIndex := arn.NewSearchIndex()
// Users
userStream, err := arn.AllUsers()
userStream, err := arn.StreamUsers()
if err != nil {
panic(err)