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.
1 parent 81769b5 commit b564b1cCopy full SHA for b564b1c
src/rbac/role.rs
@@ -244,6 +244,8 @@ pub mod model {
244
Action::QueryLLM,
245
Action::GetLLM,
246
Action::ListLLM,
247
+ Action::AddLLM,
248
+ Action::DeleteLLM,
249
Action::CreateFilter,
250
Action::ListFilter,
251
Action::GetFilter,
@@ -288,6 +290,8 @@ pub mod model {
288
290
289
291
292
293
294
295
Action::GetStreamInfo,
296
297
@@ -312,6 +316,8 @@ pub mod model {
312
316
313
317
314
318
319
320
315
321
322
323
0 commit comments