Identifier returns the executor identifier.
()
| 37 | |
| 38 | // Identifier returns the executor identifier. |
| 39 | func (e *KimiExecutor) Identifier() string { return "kimi" } |
| 40 | |
| 41 | // PrepareRequest injects Kimi credentials into the outgoing HTTP request. |
| 42 | func (e *KimiExecutor) PrepareRequest(req *http.Request, auth *cliproxyauth.Auth) error { |
no outgoing calls
no test coverage detected