mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
add comments
This commit is contained in:
parent
8d0f19403a
commit
dfe3495461
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
||||||
|
/// Special features enumeration
|
||||||
|
/// * may not be available for some protocols
|
||||||
pub enum Feature {
|
pub enum Feature {
|
||||||
|
/// Common feature for protocol selected (e.g. browser view)
|
||||||
Default { request: String },
|
Default { request: String },
|
||||||
|
/// Download request with externally selected method (e.g. to file)
|
||||||
Download { request: String },
|
Download { request: String },
|
||||||
|
/// View request as the source (like `source-view`)
|
||||||
Source { request: String },
|
Source { request: String },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue