mirror of
https://github.com/langgenius/dify-plugin-daemon.git
synced 2026-07-22 09:45:27 -04:00
6 lines
118 B
Go
6 lines
118 B
Go
package requests
|
|
|
|
type RequestGetRemoteDebuggingKey struct {
|
|
TenantID string `uri:"tenant_id" validate:"required"`
|
|
}
|