callOptionsOut is the same structure with callOptions. It is used when marshalling a dnode message.
| 178 | // callOptionsOut is the same structure with callOptions. |
| 179 | // It is used when marshalling a dnode message. |
| 180 | type callOptionsOut struct { |
| 181 | callOptions |
| 182 | |
| 183 | // Override this when sending because args will not be a *dnode.Partial. |
| 184 | WithArgs []interface{} `json:"withArgs"` |
| 185 | } |
| 186 | |
| 187 | // Authentication is used when connecting a Client. |
| 188 | type Auth struct { |
nothing calls this directly
no outgoing calls
no test coverage detected