Skip to content

Commit

Permalink
PR FIXUP - Doc Collection.Definition
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Oct 16, 2023
1 parent cf14555 commit ae291b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/collection.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ type Collection interface {
// SchemaID returns the ID of the Schema used to define this Collection.
SchemaID() string

// Definition contains the metadata defining what a Collection is.
Definition() CollectionDefinition
// Schema returns the SchemaDescription used to define this Collection.
Schema() SchemaDescription
Expand Down

0 comments on commit ae291b3

Please sign in to comment.