()
| 1107 | } |
| 1108 | |
| 1109 | func (x *SetQuery) GetCred() *ClientCred { |
| 1110 | if x != nil { |
| 1111 | return x.Cred |
| 1112 | } |
| 1113 | return nil |
| 1114 | } |
| 1115 | |
| 1116 | func (x *SetQuery) GetAux() map[string][]byte { |
| 1117 | if x != nil { |
no outgoing calls
no test coverage detected