()
| 1264 | } |
| 1265 | |
| 1266 | func (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 | |
| 1275 | type isSASLConfig_Mechanism interface { |
| 1276 | isSASLConfig_Mechanism() |
no outgoing calls
no test coverage detected