merge v0.23.0-rc changes
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package core
|
||||
|
||||
var _ optionsValidator = (*collectionBaseOptions)(nil)
|
||||
|
||||
// collectionBaseOptions defines the options for the "base" type collection.
|
||||
type collectionBaseOptions struct {
|
||||
}
|
||||
|
||||
func (o *collectionBaseOptions) validate(cv *collectionValidator) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user