(token codersdk.APIKeyWithOwner)
| 171 | } |
| 172 | |
| 173 | func tokenListRowFromToken(token codersdk.APIKeyWithOwner) tokenListRow { |
| 174 | return tokenListRowFromKey(token.APIKey, token.Username) |
| 175 | } |
| 176 | |
| 177 | func tokenListRowFromKey(token codersdk.APIKey, owner string) tokenListRow { |
| 178 | return tokenListRow{ |
no test coverage detected