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

Method GetMessage

common/common.go:817–822  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

815}
816var TSStatus_Message_DEFAULT string
817func (p *TSStatus) GetMessage() string {
818 if !p.IsSetMessage() {
819 return TSStatus_Message_DEFAULT
820 }
821return *p.Message
822}
823var TSStatus_SubStatus_DEFAULT []*TSStatus
824
825func (p *TSStatus) GetSubStatus() []*TSStatus {

Callers

nothing calls this directly

Calls 1

IsSetMessageMethod · 0.95

Tested by

no test coverage detected