패키지 이름 정리

This commit is contained in:
2023-06-27 19:03:53 +09:00
parent 265ae0ac8b
commit 31782578f4
2 changed files with 45 additions and 45 deletions

View File

@ -42,7 +42,7 @@ type filePipelineDocument struct {
DocumentKey struct {
Id primitive.ObjectID `bson:"_id"`
} `bson:"documentKey"`
File *fileDocumentDesc `bson:"fullDocument"`
File *FileDocumentDesc `bson:"fullDocument"`
}
type whilelistPipelineDocument struct {