Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3942407
app.rs
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
489 B
Referenced Files
None
Subscribers
None
app.rs
View Options
//! Docker Registry API application entry point
use
crate
::
requests
::
*
;
use
limiting_factor
::
kernel
::
MinimalApplication
;
pub
fn
run
()
{
let
routes
=
routes
!
[
// Monitoring
status
,
// /docker/registry
get_registry_stats
,
// /docker/registry/repository
get_repository_info
,
get_all_repositories
,
find_repository_by_layer
,
find_repository_by_image
,
];
MinimalApplication
::
start_application
(
routes
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 26, 16:13 (8 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2315165
Default Alt Text
app.rs (489 B)
Attached To
Mode
rAPIREG Nasqueron private Docker registry API
Attached
Detach File
Event Timeline
Log In to Comment