()
| 212 | } |
| 213 | |
| 214 | func (m *MainPack) GetReturncode() ReturnCode { |
| 215 | if m != nil { |
| 216 | return m.Returncode |
| 217 | } |
| 218 | return ReturnCode_ReturnNone |
| 219 | } |
| 220 | |
| 221 | func (m *MainPack) GetLoginPack() *LoginPack { |
| 222 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected