Skip to content

Commit b197b45

Browse files
firewalldb: add Close to FirewallDBs interface
1 parent 47e8f87 commit b197b45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

firewalldb/interface.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,7 @@ type FirewallDBs interface {
141141
RulesDB
142142
PrivacyMapper
143143
ActionDB
144+
145+
// Close closes the underlying store.
146+
Close() error
144147
}

0 commit comments

Comments
 (0)