Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions foreign/go/contracts/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ type Client interface {
// Authentication is required, and the permission to manage the streams.
UpdateStream(streamId Identifier, name string) error

// DeleteStream delete a topic by unique ID or name.
// Authentication is required, and the permission to manage the topics.
// DeleteStream delete a stream by unique ID or name.
// Authentication is required, and the permission to manage the streams.
DeleteStream(id Identifier) error

// GetTopic Get the info about a specific topic by unique ID or name.
Expand Down
Loading