Home
last modified time | relevance | path

Searched refs:SaveNextBatch (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/matrix-org/gomatrix/
H A Dstore.go11 SaveNextBatch(userID, nextBatchToken string) methodSpec
39 func (s *InMemoryStore) SaveNextBatch(userID, nextBatchToken string) { func
H A Dclient_examples_test.go11 …cli.Store.SaveNextBatch("@example:matrix.org", "111_222_333_444") // Optional: if you know it alre…
H A Dclient.go152 cli.Store.SaveNextBatch(cli.UserID, resSync.NextBatch)
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/matrix-org/gomatrix/
H A Dstore.go11 SaveNextBatch(userID, nextBatchToken string) methodSpec
39 func (s *InMemoryStore) SaveNextBatch(userID, nextBatchToken string) { func
H A Dclient.go152 cli.Store.SaveNextBatch(cli.UserID, resSync.NextBatch)