Initial commit, pt. 26

This commit is contained in:
Dmitrii Okunev
2024-06-30 18:29:44 +01:00
parent e246c76eca
commit f09cfc9c61
8 changed files with 2477 additions and 13 deletions

View File

@@ -401,3 +401,8 @@ func (d *StreamD) GetBackendData(ctx context.Context, platID streamcontrol.Platf
return nil, fmt.Errorf("unexpected platform ID '%s'", platID)
}
}
func (d *StreamD) Restart(ctx context.Context) error {
d.UI.Restart(ctx, "A restart was requested")
return nil
}