mirror of
https://github.com/v0l/zap-stream-core.git
synced 2025-06-19 04:44:58 +00:00
chore: rename fns
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user