add credential usage hander
Signed-off-by: runzexia <runzexia@yunify.com>
This commit is contained in:
@@ -51,7 +51,5 @@ type CredentialOperator interface {
|
||||
|
||||
GetCredentialInProject(projectId, id string) (*Credential, error)
|
||||
|
||||
GetCredentialsInProject(projectId string) ([]*Credential, error)
|
||||
|
||||
DeleteCredentialInProject(projectId, id string) (string, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user