Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Add delete method to APIKey service interface (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyaray authored Oct 17, 2018
1 parent 7bdce69 commit 84fd101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions http/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ type User interface {
// APIKey service allows managing API Keys in Confluent Cloud
type APIKey interface {
Create(key *schedv1.ApiKey) (*schedv1.ApiKey, *http.Response, error)
Delete(key *schedv1.ApiKey) (*http.Response, error)
}

// Kafka service allows managing Kafka clusters in Confluent Cloud
Expand Down

0 comments on commit 84fd101

Please sign in to comment.