Home
last modified time | relevance | path

Searched defs:authApplierV3 (Results 1 – 14 of 14) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/etcdserver/
H A Dapply_auth.go28 type authApplierV3 struct { struct
29 applierV3
30 as auth.AuthStore
31 lessor lease.Lessor
35 mu sync.Mutex
37 authInfo auth.AuthInfo
44 func (aa *authApplierV3) Apply(r *pb.InternalRaftRequest) *applyResult {
171 func (aa *authApplierV3) LeaseRevoke(lc *pb.LeaseRevokeRequest) (*pb.LeaseRevokeResponse, error) {
178 func (aa *authApplierV3) checkLeasePuts(leaseID lease.LeaseID) error {
191 func (aa *authApplierV3) UserGet(r *pb.AuthUserGetRequest) (*pb.AuthUserGetResponse, error) {
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/etcdserver/
H A Dapply_auth.go26 type authApplierV3 struct { struct
27 applierV3
28 as auth.AuthStore
29 lessor lease.Lessor
33 mu sync.Mutex
35 authInfo auth.AuthInfo
42 func (aa *authApplierV3) Apply(r *pb.InternalRaftRequest) *applyResult {
64 func (aa *authApplierV3) Put(txn mvcc.TxnWrite, r *pb.PutRequest) (*pb.PutResponse, error) {
165 func (aa *authApplierV3) Txn(rt *pb.TxnRequest) (*pb.TxnResponse, error) {
179 func (aa *authApplierV3) checkLeasePuts(leaseID lease.LeaseID) error {
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/etcdserver/
H A Dapply_auth.go28 type authApplierV3 struct { struct
29 applierV3
30 as auth.AuthStore
31 lessor lease.Lessor
35 mu sync.Mutex
37 authInfo auth.AuthInfo
44 func (aa *authApplierV3) Apply(r *pb.InternalRaftRequest) *applyResult {
164 func (aa *authApplierV3) Txn(rt *pb.TxnRequest) (*pb.TxnResponse, error) {
178 func (aa *authApplierV3) checkLeasePuts(leaseID lease.LeaseID) error {
191 func (aa *authApplierV3) UserGet(r *pb.AuthUserGetRequest) (*pb.AuthUserGetResponse, error) {
[all …]
/dports/devel/etcd33/etcd-3.3.23/etcdserver/
H A Dapply_auth.go26 type authApplierV3 struct { struct
27 applierV3
28 as auth.AuthStore
29 lessor lease.Lessor
33 mu sync.Mutex
35 authInfo auth.AuthInfo
42 func (aa *authApplierV3) Apply(r *pb.InternalRaftRequest) *applyResult {
64 func (aa *authApplierV3) Put(txn mvcc.TxnWrite, r *pb.PutRequest) (*pb.PutResponse, error) {
165 func (aa *authApplierV3) Txn(rt *pb.TxnRequest) (*pb.TxnResponse, error) {
179 func (aa *authApplierV3) checkLeasePuts(leaseID lease.LeaseID) error {
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/go.etcd.io/etcd/server/v3/etcdserver/
H A Dapply_auth.go28 type authApplierV3 struct { struct
29 applierV3
30 as auth.AuthStore
31 lessor lease.Lessor
35 mu sync.Mutex
37 authInfo auth.AuthInfo
44 func (aa *authApplierV3) Apply(r *pb.InternalRaftRequest) *applyResult {
171 func (aa *authApplierV3) LeaseRevoke(lc *pb.LeaseRevokeRequest) (*pb.LeaseRevokeResponse, error) {
178 func (aa *authApplierV3) checkLeasePuts(leaseID lease.LeaseID) error {
191 func (aa *authApplierV3) UserGet(r *pb.AuthUserGetRequest) (*pb.AuthUserGetResponse, error) {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.etcd.io/etcd/server/v3/etcdserver/
H A Dapply_auth.go29 type authApplierV3 struct { struct
30 applierV3
31 as auth.AuthStore
32 lessor lease.Lessor
36 mu sync.Mutex
38 authInfo auth.AuthInfo
45 …hApplierV3) Apply(r *pb.InternalRaftRequest, shouldApplyV3 membership.ShouldApplyV3) *applyResult {
172 func (aa *authApplierV3) LeaseRevoke(lc *pb.LeaseRevokeRequest) (*pb.LeaseRevokeResponse, error) {
179 func (aa *authApplierV3) checkLeasePuts(leaseID lease.LeaseID) error {
192 func (aa *authApplierV3) UserGet(r *pb.AuthUserGetRequest) (*pb.AuthUserGetResponse, error) {
[all …]
/dports/www/minio-client/etcd-3.5.0/server/etcdserver/
H A Dapply_auth.go29 type authApplierV3 struct { struct
30 applierV3
31 as auth.AuthStore
32 lessor lease.Lessor
36 mu sync.Mutex
38 authInfo auth.AuthInfo
45 …hApplierV3) Apply(r *pb.InternalRaftRequest, shouldApplyV3 membership.ShouldApplyV3) *applyResult {
172 func (aa *authApplierV3) LeaseRevoke(lc *pb.LeaseRevokeRequest) (*pb.LeaseRevokeResponse, error) {
179 func (aa *authApplierV3) checkLeasePuts(leaseID lease.LeaseID) error {
192 func (aa *authApplierV3) UserGet(r *pb.AuthUserGetRequest) (*pb.AuthUserGetResponse, error) {
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/etcdserver/
H A Dapply_auth.go26 type authApplierV3 struct { struct
27 applierV3
28 as auth.AuthStore
29 lessor lease.Lessor
33 mu sync.Mutex
35 authInfo auth.AuthInfo
42 func (aa *authApplierV3) Apply(r *pb.InternalRaftRequest) *applyResult {
64 func (aa *authApplierV3) Put(txn mvcc.TxnWrite, r *pb.PutRequest) (*pb.PutResponse, error) {
165 func (aa *authApplierV3) Txn(rt *pb.TxnRequest) (*pb.TxnResponse, error) {
179 func (aa *authApplierV3) checkLeasePuts(leaseID lease.LeaseID) error {
[all …]
/dports/devel/etcd34/etcd-3.4.18/etcdserver/
H A Dapply_auth.go28 type authApplierV3 struct { struct
29 applierV3
30 as auth.AuthStore
31 lessor lease.Lessor
35 mu sync.Mutex
37 authInfo auth.AuthInfo
44 func (aa *authApplierV3) Apply(r *pb.InternalRaftRequest) *applyResult {
164 func (aa *authApplierV3) Txn(rt *pb.TxnRequest) (*pb.TxnResponse, error) {
178 func (aa *authApplierV3) checkLeasePuts(leaseID lease.LeaseID) error {
191 func (aa *authApplierV3) UserGet(r *pb.AuthUserGetRequest) (*pb.AuthUserGetResponse, error) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/etcdserver/
H A Dapply_auth.go26 type authApplierV3 struct { struct
27 applierV3
28 as auth.AuthStore
29 lessor lease.Lessor
33 mu sync.Mutex
35 authInfo auth.AuthInfo
42 func (aa *authApplierV3) Apply(r *pb.InternalRaftRequest) *applyResult {
64 func (aa *authApplierV3) Put(txn mvcc.TxnWrite, r *pb.PutRequest) (*pb.PutResponse, error) {
165 func (aa *authApplierV3) Txn(rt *pb.TxnRequest) (*pb.TxnResponse, error) {
179 func (aa *authApplierV3) checkLeasePuts(leaseID lease.LeaseID) error {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/etcdserver/
H A Dapply_auth.go28 type authApplierV3 struct { struct
29 applierV3
30 as auth.AuthStore
31 lessor lease.Lessor
35 mu sync.Mutex
37 authInfo auth.AuthInfo
44 func (aa *authApplierV3) Apply(r *pb.InternalRaftRequest) *applyResult {
164 func (aa *authApplierV3) Txn(rt *pb.TxnRequest) (*pb.TxnResponse, error) {
178 func (aa *authApplierV3) checkLeasePuts(leaseID lease.LeaseID) error {
191 func (aa *authApplierV3) UserGet(r *pb.AuthUserGetRequest) (*pb.AuthUserGetResponse, error) {
[all …]
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/coreos/etcd/etcdserver/
H A Dapply_auth.go26 type authApplierV3 struct { struct
27 applierV3
28 as auth.AuthStore
29 lessor lease.Lessor
33 mu sync.Mutex
35 authInfo auth.AuthInfo
42 func (aa *authApplierV3) Apply(r *pb.InternalRaftRequest) *applyResult {
64 func (aa *authApplierV3) Put(txn mvcc.TxnWrite, r *pb.PutRequest) (*pb.PutResponse, error) {
165 func (aa *authApplierV3) Txn(rt *pb.TxnRequest) (*pb.TxnResponse, error) {
179 func (aa *authApplierV3) checkLeasePuts(leaseID lease.LeaseID) error {
[all …]
/dports/devel/etcd32/etcd-3.2.32/etcdserver/
H A Dapply_auth.go25 type authApplierV3 struct { struct
26 applierV3
27 as auth.AuthStore
31 mu sync.Mutex
33 authInfo auth.AuthInfo
40 func (aa *authApplierV3) Apply(r *pb.InternalRaftRequest) *applyResult {
62 func (aa *authApplierV3) Put(txn mvcc.TxnWrite, r *pb.PutRequest) (*pb.PutResponse, error) {
75 func (aa *authApplierV3) Range(txn mvcc.TxnRead, r *pb.RangeRequest) (*pb.RangeResponse, error) {
82 …lierV3) DeleteRange(txn mvcc.TxnWrite, r *pb.DeleteRangeRequest) (*pb.DeleteRangeResponse, error) {
154 func (aa *authApplierV3) Txn(rt *pb.TxnRequest) (*pb.TxnResponse, error) {
/dports/devel/etcd31/etcd-3.1.20/etcdserver/
H A Dapply_auth.go24 type authApplierV3 struct { struct
25 applierV3
26 as auth.AuthStore
30 mu sync.Mutex
32 authInfo auth.AuthInfo
39 func (aa *authApplierV3) Apply(r *pb.InternalRaftRequest) *applyResult {
61 func (aa *authApplierV3) Put(txnID int64, r *pb.PutRequest) (*pb.PutResponse, error) {
74 func (aa *authApplierV3) Range(txnID int64, r *pb.RangeRequest) (*pb.RangeResponse, error) {
81 …uthApplierV3) DeleteRange(txnID int64, r *pb.DeleteRangeRequest) (*pb.DeleteRangeResponse, error) {
153 func (aa *authApplierV3) Txn(rt *pb.TxnRequest) (*pb.TxnResponse, error) {