MCPcopy Create free account
hub / github.com/apache/iotdb-client-go / GetPassword

Method GetPassword

rpc/client.go:2603–2608  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2601}
2602var TSOpenSessionReq_Password_DEFAULT string
2603func (p *TSOpenSessionReq) GetPassword() string {
2604 if !p.IsSetPassword() {
2605 return TSOpenSessionReq_Password_DEFAULT
2606 }
2607return *p.Password
2608}
2609var TSOpenSessionReq_Configuration_DEFAULT map[string]string
2610
2611func (p *TSOpenSessionReq) GetConfiguration() map[string]string {

Callers

nothing calls this directly

Calls 1

IsSetPasswordMethod · 0.95

Tested by

no test coverage detected