()
| 1777 | } |
| 1778 | |
| 1779 | func (x *Agent) GetMotdFile() string { |
| 1780 | if x != nil { |
| 1781 | return x.MotdFile |
| 1782 | } |
| 1783 | return "" |
| 1784 | } |
| 1785 | |
| 1786 | func (x *Agent) GetMetadata() []*Agent_Metadata { |
| 1787 | if x != nil { |
no outgoing calls
no test coverage detected