Documentation
¶
Index ¶
Constants ¶
View Source
const (
SkipAllKey = "all"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authorizer ¶
type Authorizer struct { Credential credentialpb.AccessKeyServiceServer // contains filtered or unexported fields }
func New ¶ added in v1.4.0
func New(opts ...Option) *Authorizer
func (*Authorizer) Authorizer ¶ added in v1.4.0
Authorizer auth before connection create
func (*Authorizer) CheckNeedAuth ¶ added in v1.4.0
func (a *Authorizer) CheckNeedAuth(clusterKey string) bool
CheckNeedAuth check auth
type Option ¶ added in v1.4.0
type Option func(authorizer *Authorizer)
func WithConfig ¶ added in v1.4.0
WithConfig with dialer config
func WithCredentialClient ¶ added in v1.4.0
func WithCredentialClient(credential credentialpb.AccessKeyServiceServer) Option
WithCredentialClient with core-services credential client
Click to show internal directories.
Click to hide internal directories.