service/vendor/github.com/qiniu/qmgo/options/createcollection_options.go

7 lines
142 B
Go
Raw Normal View History

2023-12-21 22:17:40 +08:00
package options
import "go.mongodb.org/mongo-driver/mongo/options"
type CreateCollectionOptions struct {
*options.CreateCollectionOptions
}