MCPcopy
hub / github.com/mattermost/mattermost / ChannelStore

Struct ChannelStore

server/channels/store/storetest/mocks/ChannelStore.go:15–17  ·  view source on GitHub ↗

ChannelStore is an autogenerated mock type for the ChannelStore type

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected