- Notifications
You must be signed in to change notification settings - Fork16
impl: prefer agent name over agent id in URI handler#585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
b54b74a
4f9923c
ec68c50
5f0e363
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -29,6 +29,7 @@ | ||
fun Map<String, String?>.agentName() = this[AGENT_NAME] | ||
@Deprecated("Use the agent name instead") | ||
Check notice on line 32 in src/main/kotlin/com/coder/gateway/util/LinkMap.kt
| ||
fun Map<String, String?>.agentID() = this[AGENT_ID] | ||
fun Map<String, String>.folder() = this[FOLDER] | ||
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.