9 lines
149 B
Go
9 lines
149 B
Go
|
package options
|
||
|
|
||
|
import "go.mongodb.org/mongo-driver/mongo/options"
|
||
|
|
||
|
type ReplaceOptions struct {
|
||
|
UpdateHook interface{}
|
||
|
*options.ReplaceOptions
|
||
|
}
|