shipper-registry 0.3.0-rc.2

Registry API client for shipper
Documentation
---
source: crates/shipper/src/registry.rs
expression: owners
---
OwnersResponse {
    users: [
        Owner {
            id: 42,
            login: "alice",
            name: Some(
                "Alice Wonderland",
            ),
        },
        Owner {
            id: 99,
            login: "bob",
            name: None,
        },
    ],
}