bodhi 2.2.0

bodhi REST API client
Documentation
1
2
3
4
5
6
7
8
9
10
//! # wrappers for API calls that edit existing things
//!
//! This module contains data type definitions and request implementations related to editing
//! overrides and updates on a bodhi instance.

mod overrides;
pub use overrides::{EditedOverride, OverrideEditor};

mod updates;
pub use updates::{EditedUpdate, UpdateEditor, UpdateStatusRequester, UpdateTestResultWaiver};