Documentation ¶
Index ¶
Constants ¶
View Source
const (
MetadataCollection = "metadata"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DicomMetadata ¶
type MongoWrapperClient ¶
type MongoWrapperClient struct {
// contains filtered or unexported fields
}
func NewMongoWrapperClient ¶
func NewMongoWrapperClient(logger *zap.Logger, opts ...*options.ClientOptions) (*MongoWrapperClient, error)
NewMongoWrapperClient returns the pointer to a MongoWrapperClient
func (*MongoWrapperClient) DeleteAllMetadata ¶
func (c *MongoWrapperClient) DeleteAllMetadata()
func (*MongoWrapperClient) DeleteMetadata ¶
func (c *MongoWrapperClient) DeleteMetadata()
func (*MongoWrapperClient) InsertMetadata ¶
func (c *MongoWrapperClient) InsertMetadata()
Click to show internal directories.
Click to hide internal directories.