method
This commit is contained in:
parent
7dd4dc41f9
commit
7a8397aa06
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue