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 aec2da6 commit 01368d5Copy full SHA for 01368d5
firewalldb/kvstores_sql.go
@@ -30,6 +30,7 @@ type SQLKVStoreQueries interface {
30
UpdateGlobalKVStoreRecord(ctx context.Context, arg sqlc.UpdateGlobalKVStoreRecordParams) error
31
UpdateGroupKVStoreRecord(ctx context.Context, arg sqlc.UpdateGroupKVStoreRecordParams) error
32
InsertKVStoreRecord(ctx context.Context, arg sqlc.InsertKVStoreRecordParams) error
33
+ ListAllKVStoresRecords(ctx context.Context) ([]sqlc.Kvstore, error)
34
DeleteAllTempKVStores(ctx context.Context) error
35
GetOrInsertFeatureID(ctx context.Context, name string) (int64, error)
36
GetOrInsertRuleID(ctx context.Context, name string) (int64, error)
0 commit comments