Skip to content

Commit

Permalink
Fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
calindima committed Sep 24, 2024
1 parent 46525a5 commit daa9ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulsaradmin/pkg/admin/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type Schema interface {
// GetSchemaInfoByVersion retrieves the schema of a topic at a given <tt>version</tt>
GetSchemaInfoByVersion(topic string, version int64) (*utils.SchemaInfo, error)

// GetAllSchemas retrieves the latest schema of a topic
// GetAllSchemas retrieves all schemas of a topic
GetAllSchemas(topic string) ([]*utils.SchemaInfoWithVersion, error)

// DeleteSchema deletes the schema associated with a given <tt>topic</tt>
Expand Down

0 comments on commit daa9ac9

Please sign in to comment.