Add HandleDelete and GetSerialsFromFilter methods, integrate admin keys handling, and enhance constraints API. Include a new CLI convert tool for key translation.
This commit is contained in:
5
pkg/utils/constraints/constraints.go
Normal file
5
pkg/utils/constraints/constraints.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package constraints
|
||||
|
||||
type Bytes interface {
|
||||
~string | ~[]byte
|
||||
}
|
||||
Reference in New Issue
Block a user