Compare commits
2 commits
b04c17dc15
...
72200f17fd
Author | SHA1 | Date | |
---|---|---|---|
72200f17fd | |||
e5744e85ad |
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: differentiate between multiple forges
|
// forge // TODO: (#58) differentiate between multiple forges
|
||||||
repo_alias: RepoAlias,
|
repo_alias: RepoAlias,
|
||||||
authorisation: WebhookAuth,
|
authorisation: WebhookAuth,
|
||||||
body: Body,
|
body: Body,
|
||||||
|
|
Loading…
Reference in a new issue