mirror of
https://github.com/chaisql/chai.git
synced 2025-10-16 12:40:49 +08:00
clean up some docs and code, including: (#479)
- typo fixes - docstring format fixes - unused variables fixes - introducing first usages of testutil.ParseDocumentPaths function, which was previously unused
This commit is contained in:
@@ -108,11 +108,11 @@ func (e *NamedExpr) String() string {
|
||||
type Function interface {
|
||||
Expr
|
||||
|
||||
// Returns the list of parameters this function has received.
|
||||
// Params returns the list of parameters this function has received.
|
||||
Params() []Expr
|
||||
}
|
||||
|
||||
// A Aggregator is an expression that aggregates documents into one result.
|
||||
// An Aggregator is an expression that aggregates documents into one result.
|
||||
type Aggregator interface {
|
||||
Expr
|
||||
|
||||
|
Reference in New Issue
Block a user