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

Commit

Permalink
Bump cc-structs (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyaray authored Oct 24, 2018
1 parent 84fd101 commit b20caf9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

[[constraint]]
name = "github.com/confluentinc/cc-structs"
revision = "8bf61f9b1ef035bc211c63ff6ffdd0febaae3e26"
revision = "9e4088a50c2c43c232f8a35462869f891ea4fdd0"

[[constraint]]
name = "github.com/codyaray/go-printer"
Expand Down
2 changes: 1 addition & 1 deletion http/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +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)
Delete(key *schedv1.ApiKey) (*http.Response, error)
}

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

0 comments on commit b20caf9

Please sign in to comment.