chore: rename fns

This commit is contained in:
2024-11-15 15:56:53 +00:00
parent 846f56989a
commit 0539468a5c
4 changed files with 9 additions and 9 deletions

View File

@ -21,7 +21,7 @@ impl WebhookOverseer {
#[async_trait]
impl Overseer for WebhookOverseer {
async fn configure_pipeline(
async fn start_stream(
&self,
connection: &ConnectionInfo,
stream_info: &IngressInfo,
@ -29,7 +29,7 @@ impl Overseer for WebhookOverseer {
todo!()
}
async fn new_segment(
async fn on_segment(
&self,
pipeline: &Uuid,
variant_id: &Uuid,