forked from Silverfish/proton-bridge
GODT-1409 Wait in GetEvents during message preparation for live API.
This commit is contained in:
@ -197,3 +197,9 @@ func (ctl *Controller) GetAuthClient(username string) pmapi.Client {
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
// LockEvents doesn't needs to be implemented for fakeAPI.
|
||||
func (ctl *Controller) LockEvents() {}
|
||||
|
||||
// UnlockEvents doesn't needs to be implemented for fakeAPI.
|
||||
func (ctl *Controller) UnlockEvents() {}
|
||||
|
||||
Reference in New Issue
Block a user