This commit is contained in:
Thibault bui Koechlin 2020-06-27 11:06:43 +02:00
parent 7dd4dc41f9
commit 7a8397aa06

View file

@ -91,6 +91,10 @@ func OvflwToOrder(sig types.SignalOccurence, prof types.Profile) (*types.BanOrde
return &ordr, nil, warn
}
func (o *Output) StartAutoCommit() error {
return o.bManager.StartAutoCommit()
}
func (o *Output) Shutdown() error {
var reterr error
if o.API != nil {