ChannelStore is an autogenerated mock type for the ChannelStore type
| 13 | |
| 14 | // ChannelStore is an autogenerated mock type for the ChannelStore type |
| 15 | type ChannelStore struct { |
| 16 | mock.Mock |
| 17 | } |
| 18 | |
| 19 | // AnalyticsCountAll provides a mock function with given fields: teamID |
| 20 | func (_m *ChannelStore) AnalyticsCountAll(teamID string) (map[model.ChannelType]int64, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected