Struct reproto_repository::Repository [] [src]

pub struct Repository { /* fields omitted */ }

Methods

impl Repository
[src]

[src]

[src]

[src]

Publish the given package and version.

[src]

Get all deployments in this repository.

[src]

Get the object for the specific deployment.

Trait Implementations

impl Resolver for Repository
[src]

[src]

Resolve the specified request.

[src]

Resolve by prefix.

Auto Trait Implementations

impl !Send for Repository

impl !Sync for Repository