shipper-registry 0.3.0-rc.2

Registry API client for shipper
Documentation
---
source: crates/shipper/src/registry.rs
assertion_line: 4588
expression: owners
---
OwnersResponse {
    users: [
        Owner {
            id: 10,
            login: "maintainer",
            name: Some(
                "Main Tainer",
            ),
        },
        Owner {
            id: 20,
            login: "github:org:team",
            name: Some(
                "Org Team",
            ),
        },
    ],
}