File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -923,8 +923,8 @@ func (h *HookBase) OnClientExpired(cl *Client) {}
923
923
// OnRetainedExpired is called when a retained message for a topic has expired.
924
924
func (h * HookBase ) OnRetainedExpired (topic string ) {}
925
925
926
- // OnClusterPublish is called when a client has published a message to cluster.
927
- func (h * HookBase ) OnClusterPublish (pk packets.Packet , sharedFilters map [string ]bool ) {}
926
+ // OnPublishedWithSharedFilters is called when a client has published a message to cluster.
927
+ func (h * HookBase ) OnPublishedWithSharedFilters (pk packets.Packet , sharedFilters map [string ]bool ) {}
928
928
929
929
// StoredClients returns all clients from a store.
930
930
func (h * HookBase ) StoredClients () (v []storage.Client , err error ) {
You can’t perform that action at this time.
0 commit comments