MCPcopy
hub / github.com/tinode/chat / Update

Method Update

server/store/store.go:616–616  ·  view source on GitHub ↗
(topic string, user types.Uid, update map[string]any)

Source from the content-addressed store, hash-verified

614 Create(subs ...*types.Subscription) error
615 Get(topic string, user types.Uid, keepDeleted bool) (*types.Subscription, error)
616 Update(topic string, user types.Uid, update map[string]any) error
617 Delete(topic string, user types.Uid) error
618}
619

Implementers 9

usersMapperserver/store/store.go
topicsMapperserver/store/store.go
subsMapperserver/store/store.go
MockUsersPersistenceInterfaceserver/store/mock_store/mock_store.go
MockUsersPersistenceInterfaceMockRecorderserver/store/mock_store/mock_store.go
MockTopicsPersistenceInterfaceserver/store/mock_store/mock_store.go
MockTopicsPersistenceInterfaceMockRecorderserver/store/mock_store/mock_store.go
MockSubsPersistenceInterfaceserver/store/mock_store/mock_store.go
MockSubsPersistenceInterfaceMockRecorderserver/store/mock_store/mock_store.go

Calls

no outgoing calls