MCPcopy Create free account
hub / github.com/bytebase/bytebase / GetKrbConfig

Method GetKrbConfig

backend/generated-go/store/instance.pb.go:1266–1273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1264}
1265
1266func (x *SASLConfig) GetKrbConfig() *KerberosConfig {
1267 if x != nil {
1268 if x, ok := x.Mechanism.(*SASLConfig_KrbConfig); ok {
1269 return x.KrbConfig
1270 }
1271 }
1272 return nil
1273}
1274
1275type isSASLConfig_Mechanism interface {
1276 isSASLConfig_Mechanism()

Callers 2

EqualMethod · 0.95
redactDataSourceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected