multi: add get and set mission control to routerrpc

This commit is contained in:
carla
2021-01-19 10:57:15 +02:00
parent edac5bb868
commit 64dad77e2e
10 changed files with 832 additions and 181 deletions

View File

@@ -104,6 +104,7 @@ func (m *mockPaymentSessionSource) NewPaymentSessionEmpty() PaymentSession {
}
type mockMissionControl struct {
MissionControl
}
var _ MissionController = (*mockMissionControl)(nil)