| 158 | } |
| 159 | |
| 160 | type CheckTokenArgs struct { |
| 161 | ClientID uint64 |
| 162 | SeqNo int |
| 163 | Token uint64 |
| 164 | PathName string |
| 165 | FileName string |
| 166 | } |
| 167 | |
| 168 | type CheckTokenReply struct { |
| 169 | Err Err |
nothing calls this directly
no outgoing calls
no test coverage detected