http: Rename `IssueState` and `PatchState` to `IssueStatus` and `PatchState`
modified radicle-httpd/src/api.rs
@@ -173,14 +173,14 @@ pub struct PoliciesQuery {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -192,7 +192,7 @@ impl IssueState {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -201,7 +201,7 @@ pub enum PatchState {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/projects.rs
@@ -606,7 +606,7 @@ async fn readme_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -660,7 +660,7 @@ async fn issue_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|