Documentation
¶
Overview ¶
Copyright (c) 2020-present Mattermost, Inc. All Rights Reserved. See LICENSE.txt for license information.
Index ¶
- func ContainsBlockWithID(blocks []*model.Block, blockID string) bool
- func DeleteBlocks(t *testing.T, s store.Store, blocks []*model.Block, modifiedBy string)
- func InsertBlocks(t *testing.T, s store.Store, blocks []*model.Block, userID string)
- func LoadData(t *testing.T, store store.Store)
- func StoreTestBlocksStore(t *testing.T, setup func(t *testing.T) (store.Store, func()))
- func StoreTestBoardStore(t *testing.T, setup func(t *testing.T) (store.Store, func()))
- func StoreTestBoardsAndBlocksStore(t *testing.T, setup func(t *testing.T) (store.Store, func()))
- func StoreTestCategoryBoardsStore(t *testing.T, setup func(t *testing.T) (store.Store, func()))
- func StoreTestCategoryStore(t *testing.T, setup func(t *testing.T) (store.Store, func()))
- func StoreTestCloudStore(t *testing.T, setup func(t *testing.T) (storeservice.Store, func()))
- func StoreTestComplianceHistoryStore(t *testing.T, setup func(t *testing.T) (store.Store, func()))
- func StoreTestDataRetention(t *testing.T, setup func(t *testing.T) (store.Store, func()))
- func StoreTestFileStore(t *testing.T, setup func(t *testing.T) (store.Store, func()))
- func StoreTestNotificationHintsStore(t *testing.T, setup func(t *testing.T) (store.Store, func()))
- func StoreTestSessionStore(t *testing.T, setup func(t *testing.T) (store.Store, func()))
- func StoreTestSharingStore(t *testing.T, setup func(t *testing.T) (store.Store, func()))
- func StoreTestSystemStore(t *testing.T, setup func(t *testing.T) (store.Store, func()))
- func StoreTestTeamStore(t *testing.T, setup func(t *testing.T) (store.Store, func()))
- func StoreTestUserStore(t *testing.T, setup func(t *testing.T) (store.Store, func()))
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteBlocks ¶
func InsertBlocks ¶
func StoreTestBlocksStore ¶
func StoreTestBoardStore ¶
func StoreTestCategoryStore ¶
func StoreTestCloudStore ¶
func StoreTestDataRetention ¶
func StoreTestFileStore ¶
func StoreTestSessionStore ¶
func StoreTestSharingStore ¶
func StoreTestSystemStore ¶
func StoreTestTeamStore ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.