Home
last modified time | relevance | path

Searched refs:AuthEnable (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/dports/devel/etcd/etcd-2.3.8/clientv3/
H A Dauth.go29 AuthEnable(ctx context.Context) (*AuthEnableResponse, error) methodSpec
48 func (auth *auth) AuthEnable(ctx context.Context) (*AuthEnableResponse, error) { func
49 resp, err := auth.remote.AuthEnable(ctx, &pb.AuthEnableRequest{})
/dports/devel/etcd/etcd-2.3.8/auth/
H A Dstore.go35 AuthEnable() methodSpec
42 func (as *authStore) AuthEnable() { func
/dports/devel/etcd/etcd-2.3.8/etcdserver/etcdserverpb/
H A Draft_internal.pb.go34AuthEnable *AuthEnableRequest `protobuf:"bytes,10,opt,name=auth_enable" json:"auth_enable,omitem… member
152 if m.AuthEnable != nil {
155 i = encodeVarintRaftInternal(data, i, uint64(m.AuthEnable.Size()))
156 n9, err := m.AuthEnable.MarshalTo(data[i:])
248 if m.AuthEnable != nil {
249 l = m.AuthEnable.Size()
612 if m.AuthEnable == nil {
613 m.AuthEnable = &AuthEnableRequest{}
615 if err := m.AuthEnable.Unmarshal(data[iNdEx:postIndex]); err != nil {
/dports/devel/etcd/etcd-2.3.8/etcdserver/api/v3rpc/
H A Dauth.go31 func (as *AuthServer) AuthEnable(ctx context.Context, r *pb.AuthEnableRequest) (*pb.AuthEnableRespo… func
32 return as.authenticator.AuthEnable(ctx, r)
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/proxy/grpcproxy/adapter/
H A Dauth_client_adapter.go31 func (s *as2ac) AuthEnable(ctx context.Context, in *pb.AuthEnableRequest, opts ...grpc.CallOption) … func
32 return s.as.AuthEnable(ctx, in)
/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/proxy/grpcproxy/adapter/
H A Dauth_client_adapter.go31 func (s *as2ac) AuthEnable(ctx context.Context, in *pb.AuthEnableRequest, opts ...grpc.CallOption) … func
32 return s.as.AuthEnable(ctx, in)
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/proxy/grpcproxy/adapter/
H A Dauth_client_adapter.go31 func (s *as2ac) AuthEnable(ctx context.Context, in *pb.AuthEnableRequest, opts ...grpc.CallOption) … func
32 return s.as.AuthEnable(ctx, in)
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/proxy/grpcproxy/adapter/
H A Dauth_client_adapter.go31 func (s *as2ac) AuthEnable(ctx context.Context, in *pb.AuthEnableRequest, opts ...grpc.CallOption) … func
32 return s.as.AuthEnable(ctx, in)
/dports/www/gitea/gitea-1.16.5/vendor/go.etcd.io/etcd/server/v3/proxy/grpcproxy/adapter/
H A Dauth_client_adapter.go31 func (s *as2ac) AuthEnable(ctx context.Context, in *pb.AuthEnableRequest, opts ...grpc.CallOption) … func
32 return s.as.AuthEnable(ctx, in)
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.etcd.io/etcd/server/v3/proxy/grpcproxy/adapter/
H A Dauth_client_adapter.go31 func (s *as2ac) AuthEnable(ctx context.Context, in *pb.AuthEnableRequest, opts ...grpc.CallOption) … func
32 return s.as.AuthEnable(ctx, in)
/dports/www/minio-client/etcd-3.5.0/server/proxy/grpcproxy/adapter/
H A Dauth_client_adapter.go31 func (s *as2ac) AuthEnable(ctx context.Context, in *pb.AuthEnableRequest, opts ...grpc.CallOption) … func
32 return s.as.AuthEnable(ctx, in)
/dports/devel/etcd33/etcd-3.3.23/proxy/grpcproxy/adapter/
H A Dauth_client_adapter.go31 func (s *as2ac) AuthEnable(ctx context.Context, in *pb.AuthEnableRequest, opts ...grpc.CallOption) … func
32 return s.as.AuthEnable(ctx, in)
/dports/devel/etcd34/etcd-3.4.18/proxy/grpcproxy/adapter/
H A Dauth_client_adapter.go31 func (s *as2ac) AuthEnable(ctx context.Context, in *pb.AuthEnableRequest, opts ...grpc.CallOption) … func
32 return s.as.AuthEnable(ctx, in)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/proxy/grpcproxy/adapter/
H A Dauth_client_adapter.go31 func (s *as2ac) AuthEnable(ctx context.Context, in *pb.AuthEnableRequest, opts ...grpc.CallOption) … func
32 return s.as.AuthEnable(ctx, in)
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/proxy/grpcproxy/adapter/
H A Dauth_client_adapter.go31 func (s *as2ac) AuthEnable(ctx context.Context, in *pb.AuthEnableRequest, opts ...grpc.CallOption) … func
32 return s.as.AuthEnable(ctx, in)
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/coreos/etcd/proxy/grpcproxy/adapter/
H A Dauth_client_adapter.go31 func (s *as2ac) AuthEnable(ctx context.Context, in *pb.AuthEnableRequest, opts ...grpc.CallOption) … func
32 return s.as.AuthEnable(ctx, in)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/vendor/github.com/coreos/etcd/clientv3/
H A Dauth.go57 AuthEnable(ctx context.Context) (*AuthEnableResponse, error) methodSpec
110 func (auth *auth) AuthEnable(ctx context.Context) (*AuthEnableResponse, error) { func
111 resp, err := auth.remote.AuthEnable(ctx, &pb.AuthEnableRequest{}, grpc.FailFast(false))
/dports/devel/etcd31/etcd-3.1.20/clientv3/
H A Dauth.go57 AuthEnable(ctx context.Context) (*AuthEnableResponse, error) methodSpec
118 func (auth *auth) AuthEnable(ctx context.Context) (*AuthEnableResponse, error) { func
119 resp, err := auth.remote.AuthEnable(ctx, &pb.AuthEnableRequest{}, grpc.FailFast(false))
/dports/devel/etcd/etcd-2.3.8/etcdctlv3/command/
H A Dauth_command.go50 _, err := mustClientFromCmd(cmd).Auth.AuthEnable(context.TODO())
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/proxy/grpcproxy/
H A Dauth.go32 func (ap *AuthProxy) AuthEnable(ctx context.Context, r *pb.AuthEnableRequest) (*pb.AuthEnableRespon… func
34 return pb.NewAuthClient(conn).AuthEnable(ctx, r)
/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/proxy/grpcproxy/
H A Dauth.go32 func (ap *AuthProxy) AuthEnable(ctx context.Context, r *pb.AuthEnableRequest) (*pb.AuthEnableRespon… func
34 return pb.NewAuthClient(conn).AuthEnable(ctx, r)
/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/api/v3rpc/
H A Dauth.go32 func (as *AuthServer) AuthEnable(ctx context.Context, r *pb.AuthEnableRequest) (*pb.AuthEnableRespo… func
33 resp, err := as.authenticator.AuthEnable(ctx, r)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/proxy/grpcproxy/
H A Dauth.go32 func (ap *AuthProxy) AuthEnable(ctx context.Context, r *pb.AuthEnableRequest) (*pb.AuthEnableRespon… func
34 return pb.NewAuthClient(conn).AuthEnable(ctx, r)
/dports/www/gitea/gitea-1.16.5/vendor/go.etcd.io/etcd/server/v3/proxy/grpcproxy/
H A Dauth.go32 func (ap *AuthProxy) AuthEnable(ctx context.Context, r *pb.AuthEnableRequest) (*pb.AuthEnableRespon… func
34 return pb.NewAuthClient(conn).AuthEnable(ctx, r)
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/etcdserver/api/v3rpc/
H A Dauth.go32 func (as *AuthServer) AuthEnable(ctx context.Context, r *pb.AuthEnableRequest) (*pb.AuthEnableRespo… func
33 resp, err := as.authenticator.AuthEnable(ctx, r)

12345678910>>...17