Home
last modified time | relevance | path

Searched defs:Store (Results 1 – 25 of 6034) sorted by relevance

12345678910>>...242

/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/
H A Dstore.go18 type Store struct { struct
19 TeamStore mocks.TeamStore
20 ChannelStore mocks.ChannelStore
21 PostStore mocks.PostStore
22 UserStore mocks.UserStore
24 BotStore mocks.BotStore
25 AuditStore mocks.AuditStore
30 OAuthStore mocks.OAuthStore
37 TokenStore mocks.TokenStore
44 JobStore mocks.JobStore
[all …]
H A Dteam_store.go20 func cleanupTeamStore(t *testing.T, ss store.Store) {
28 func TestTeamStore(t *testing.T, ss store.Store) {
77 func testTeamStoreSave(t *testing.T, ss store.Store) {
95 func testTeamStoreUpdate(t *testing.T, ss store.Store) {
118 func testTeamStoreGet(t *testing.T, ss store.Store) {
1019 func testDelete(t *testing.T, ss store.Store) {
1111 func testTeamCount(t *testing.T, ss store.Store) {
1143 func testGetMembers(t *testing.T, ss store.Store) {
1274 func testTeamMembers(t *testing.T, ss store.Store) {
1336 func testTeamSaveMember(t *testing.T, ss store.Store) {
[all …]
H A Dchannel_store.go31 func cleanupChannels(t *testing.T, ss store.Store) {
54 func TestChannelStore(t *testing.T, ss store.Store, s SqlStore) {
133 func testChannelStoreSave(t *testing.T, ss store.Store) {
295 func testChannelStoreUpdate(t *testing.T, ss store.Store) {
333 func testGetChannelUnread(t *testing.T, ss store.Store) {
918 func testChannelSaveMember(t *testing.T, ss store.Store) {
4026 func testCountPostsAfter(t *testing.T, ss store.Store) {
4289 func testGetMember(t *testing.T, ss store.Store) {
4386 func testGetMemberCount(t *testing.T, ss store.Store) {
4709 func testGetGuestCount(t *testing.T, ss store.Store) {
[all …]
H A Dpost_store.go22 func TestPostStore(t *testing.T, ss store.Store, s SqlStore) {
63 func testPostStoreSave(t *testing.T, ss store.Store) {
204 func testPostStoreSaveMultiple(t *testing.T, ss store.Store) {
478 func testPostStoreGet(t *testing.T, ss store.Store) {
527 func testPostStoreGetSingle(t *testing.T, ss store.Store) {
586 func testPostStoreUpdate(t *testing.T, ss store.Store) {
684 func testPostStoreDelete(t *testing.T, ss store.Store) {
1522 func testPostStoreGetPosts(t *testing.T, ss store.Store) {
1793 func testPostCountsByDay(t *testing.T, ss store.Store) {
2444 func testPostStoreOverwrite(t *testing.T, ss store.Store) {
[all …]
H A Duser_store.go30 func TestUserStore(t *testing.T, ss store.Store, s SqlStore) {
96 func testUserStoreSave(t *testing.T, ss store.Store) {
158 func testUserStoreUpdate(t *testing.T, ss store.Store) {
270 func testUserStoreGet(t *testing.T, ss store.Store) {
2167 func testUserStoreDelete(t *testing.T, ss store.Store) {
2253 func testUserUnreadCount(t *testing.T, ss store.Store) {
2564 func testUserStoreSearch(t *testing.T, ss store.Store) {
3608 func testCount(t *testing.T, ss store.Store) {
5490 func testDeactivateGuests(t *testing.T, ss store.Store) {
5601 func testGetKnownUsers(t *testing.T, ss store.Store) {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/mocks/
H A DStore.go19 type Store struct { struct
20 mock.Mock
24 func (_m *Store) Audit() store.AuditStore {
40 func (_m *Store) Bot() store.BotStore {
104 func (_m *Store) Close() {
189 func (_m *Store) DropAllTables() {
277 func (_m *Store) Job() store.JobStore {
325 func (_m *Store) LockToMaster() {
367 func (_m *Store) Post() store.PostStore {
452 func (_m *Store) ReplicaLagAbs() error {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/token/
H A Dstore.go20 type Store struct { struct
22 l sync.RWMutex
27 userToken string
30 userTokenSource TokenSource
35 agentToken string
38 agentTokenSource TokenSource
43 agentMasterToken string
46 agentMasterTokenSource TokenSource
50 replicationToken string
53 replicationTokenSource TokenSource
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/registry/generic/registry/
H A Dstore.go81 type Store struct { struct
86 NewFunc func() runtime.Object
135 EnableGarbageCollection bool
140 DeleteCollectionWorkers int
148 Decorator ObjectFunc
153 AfterCreate ObjectFunc
159 AfterUpdate ObjectFunc
165 AfterDelete ObjectFunc
168 ReturnDeletedObject bool
184 Storage DryRunnableStorage
[all …]
/dports/sysutils/istio/istio-1.6.7/mixer/pkg/config/crd/
H A Dstore.go66 type Store struct { struct
67 conf *rest.Config
69 retryTimeout time.Duration
70 donec chan struct{}
71 apiGroupVersion string
73 cacheMutex sync.RWMutex
77 watchMutex sync.RWMutex
84 *probe.Probe
88 retryInterval time.Duration
97 criticalKinds []string
[all …]
/dports/sysutils/consul/consul-1.10.3/agent/token/
H A Dstore.go42 type Store struct { struct
44 l sync.RWMutex
49 userToken string
52 userTokenSource TokenSource
57 agentToken string
60 agentTokenSource TokenSource
65 agentMasterToken string
72 replicationToken string
78 watcherIndex int
80 persistence *fileStore
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/token/
H A Dstore.go42 type Store struct { struct
44 l sync.RWMutex
49 userToken string
52 userTokenSource TokenSource
57 agentToken string
60 agentTokenSource TokenSource
65 agentMasterToken string
72 replicationToken string
78 watcherIndex int
80 persistence *fileStore
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/token/
H A Dstore.go42 type Store struct { struct
44 l sync.RWMutex
49 userToken string
52 userTokenSource TokenSource
57 agentToken string
60 agentTokenSource TokenSource
65 agentMasterToken string
72 replicationToken string
78 watcherIndex int
80 persistence *fileStore
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/registry/generic/registry/
H A Dstore.go94 type Store struct { struct
148 EnableGarbageCollection bool
153 DeleteCollectionWorkers int
170 BeginCreate BeginCreateFunc
173 AfterCreate AfterCreateFunc
182 BeginUpdate BeginUpdateFunc
185 AfterUpdate AfterUpdateFunc
191 AfterDelete AfterDeleteFunc
194 ReturnDeletedObject bool
212 Storage DryRunnableStorage
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/token/
H A Dstore.go42 type Store struct { struct
44 l sync.RWMutex
49 userToken string
52 userTokenSource TokenSource
57 agentToken string
60 agentTokenSource TokenSource
65 agentMasterToken string
72 replicationToken string
77 watchers map[int]watcher
78 watcherIndex int
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/token/
H A Dstore.go11 type Store struct { struct
13 l sync.RWMutex
18 userToken string
23 agentToken string
28 agentMasterToken string
32 aclReplicationToken string
36 connectReplicationToken string
40 func (t *Store) UpdateUserToken(token string) {
75 func (t *Store) UserToken() string {
83 func (t *Store) AgentToken() string {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/docker/libkv/testutils/
H A Dutils.go14 func RunTestCommon(t *testing.T, kv store.Store) {
30 func RunTestAtomic(t *testing.T, kv store.Store) {
49 func RunTestWatch(t *testing.T, kv store.Store) {
60 func RunTestLock(t *testing.T, kv store.Store) {
68 func RunTestLockTTL(t *testing.T, kv store.Store, backup store.Store) {
76 func RunTestLockWait(t *testing.T, kv store.Store, backup store.Store) {
83 func RunTestTTL(t *testing.T, kv store.Store, backup store.Store) {
137 func testWatch(t *testing.T, kv store.Store) {
403 func testLockTTL(t *testing.T, kv store.Store, otherConn store.Store) {
560 func testPutTTL(t *testing.T, kv store.Store, otherConn store.Store) {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/tsdb/
H A Dstore.go49 type Store struct { struct
50 mu sync.RWMutex
55 path string
58 indexes map[string]interface{}
64 EngineOptions EngineOptions
66 baseLogger *zap.Logger
67 Logger *zap.Logger
69 closing chan struct{}
70 wg sync.WaitGroup
71 opened bool
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/tsdb/
H A Dstore.go77 type Store struct { struct
78 mu sync.RWMutex
83 path string
86 indexes map[string]interface{}
96 EngineOptions EngineOptions
98 baseLogger *zap.Logger
99 Logger *zap.Logger
101 closing chan struct{}
102 wg sync.WaitGroup
103 opened bool
[all …]
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/index/store/metrics/
H A Dstore.go35 type Store struct { struct
36 o store.KVStore
38 timerReaderGet metrics.Timer
39 timerReaderMultiGet metrics.Timer
40 timerReaderPrefixIterator metrics.Timer
41 timerReaderRangeIterator metrics.Timer
42 timerWriterExecuteBatch metrics.Timer
43 timerIteratorSeek metrics.Timer
44 timerIteratorNext metrics.Timer
50 s *stats member
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/libkv/testutils/
H A Dutils.go14 func RunTestCommon(t *testing.T, kv store.Store) {
22 func RunTestAtomic(t *testing.T, kv store.Store) {
31 func RunTestWatch(t *testing.T, kv store.Store) {
38 func RunTestLock(t *testing.T, kv store.Store) {
44 func RunTestLockTTL(t *testing.T, kv store.Store, backup store.Store) {
49 func RunTestTTL(t *testing.T, kv store.Store, backup store.Store) {
101 func testWatch(t *testing.T, kv store.Store) {
367 func testLockTTL(t *testing.T, kv store.Store, otherConn store.Store) {
468 func testPutTTL(t *testing.T, kv store.Store, otherConn store.Store) {
510 func testList(t *testing.T, kv store.Store) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/tsdb/
H A Dstore.go76 type Store struct { struct
77 mu sync.RWMutex
82 path string
85 indexes map[string]interface{}
95 EngineOptions EngineOptions
97 baseLogger *zap.Logger
98 Logger *zap.Logger
100 closing chan struct{}
101 wg sync.WaitGroup
102 opened bool
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/tsdb/
H A Dstore.go86 type Store struct { struct
87 mu sync.RWMutex
92 path string
95 indexes map[string]interface{}
107 ingressMetrics IngressMetrics
109 EngineOptions EngineOptions
111 baseLogger *zap.Logger
112 Logger *zap.Logger
114 closing chan struct{}
115 wg sync.WaitGroup
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/agent/token/
H A Dstore.go11 type Store struct { struct
13 l sync.RWMutex
18 userToken string
23 agentToken string
28 agentMasterToken string
32 aclReplicationToken string
36 func (t *Store) UpdateUserToken(token string) {
43 func (t *Store) UpdateAgentToken(token string) {
64 func (t *Store) UserToken() string {
72 func (t *Store) AgentToken() string {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/agent/token/
H A Dstore.go11 type Store struct { struct
13 l sync.RWMutex
18 userToken string
23 agentToken string
28 agentMasterToken string
32 aclReplicationToken string
36 func (t *Store) UpdateUserToken(token string) {
43 func (t *Store) UpdateAgentToken(token string) {
64 func (t *Store) UserToken() string {
72 func (t *Store) AgentToken() string {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/agent/token/
H A Dstore.go11 type Store struct { struct
13 l sync.RWMutex
18 userToken string
23 agentToken string
28 agentMasterToken string
32 aclReplicationToken string
36 func (t *Store) UpdateUserToken(token string) {
43 func (t *Store) UpdateAgentToken(token string) {
64 func (t *Store) UserToken() string {
72 func (t *Store) AgentToken() string {
[all …]

12345678910>>...242