We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ListAllKVStoresRecords
1 parent 2820392 commit 2bb06d5Copy full SHA for 2bb06d5
firewalldb/kvstores_sql.go
@@ -31,6 +31,7 @@ type SQLKVStoreQueries interface {
31
UpdateGlobalKVStoreRecord(ctx context.Context, arg sqlc.UpdateGlobalKVStoreRecordParams) error
32
UpdateGroupKVStoreRecord(ctx context.Context, arg sqlc.UpdateGroupKVStoreRecordParams) error
33
InsertKVStoreRecord(ctx context.Context, arg sqlc.InsertKVStoreRecordParams) error
34
+ ListAllKVStoresRecords(ctx context.Context) ([]sqlc.Kvstore, error)
35
DeleteAllTempKVStores(ctx context.Context) error
36
GetOrInsertFeatureID(ctx context.Context, name string) (int64, error)
37
GetOrInsertRuleID(ctx context.Context, name string) (int64, error)
0 commit comments