- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for newIAMEtcdStore (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/iam-etcd-store.go
} // IAMEtcdStore implements IAMStorageAPI type IAMEtcdStore struct { sync.RWMutex *iamCache usersSysType UsersSysType client *etcd.Client } func newIAMEtcdStore(client *etcd.Client, usersSysType UsersSysType) *IAMEtcdStore { return &IAMEtcdStore{ iamCache: newIamCache(), client: client, usersSysType: usersSysType, } }Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 13.9K bytes - Click Count (0)