Compare commits
2 commits
72200f17fd
...
b04c17dc15
Author | SHA1 | Date | |
---|---|---|---|
b04c17dc15 | |||
5176e3e8c7 |
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ use crate::actors::repo::webhook::WebhookAuth;
|
||||||
#[derive(Message, Debug, Clone, derive_more::Constructor)]
|
#[derive(Message, Debug, Clone, derive_more::Constructor)]
|
||||||
#[rtype(result = "()")]
|
#[rtype(result = "()")]
|
||||||
pub struct WebhookMessage {
|
pub struct WebhookMessage {
|
||||||
// forge // TODO: (#58) differentiate between multiple forges
|
// forge // TODO: differentiate between multiple forges
|
||||||
repo_alias: RepoAlias,
|
repo_alias: RepoAlias,
|
||||||
authorisation: WebhookAuth,
|
authorisation: WebhookAuth,
|
||||||
body: Body,
|
body: Body,
|
||||||
|
|
Loading…
Reference in a new issue