Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F44414234
app.rs
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
517 B
Referenced Files
None
Subscribers
None
app.rs
View Options
//! Docker Registry API application entry point
use
crate
::
requests
::
*
;
use
limiting_factor
::
kernel
::
MinimalApplication
;
use
rocket_codegen
::
routes
;
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
Tue, Aug 18, 23:06 (15 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3998999
Default Alt Text
app.rs (517 B)
Attached To
Mode
rAPIREG Nasqueron private Docker registry API
Attached
Detach File
Event Timeline
Log In to Comment