package
0.30.1-alpha
Repository: https://github.com/instill-ai/model-backend.git
Documentation: pkg.go.dev

# Functions

NewMinioIMock returns a mock for minio.MinioI.
NewMockRepository creates a new mock instance.

# Structs

MinioIMock implements minio.MinioI.
MinioIMockDeleteFileExpectation specifies expectation struct of the MinioI.DeleteFile.
MinioIMockDeleteFileParamPtrs contains pointers to parameters of the MinioI.DeleteFile.
MinioIMockDeleteFileParams contains parameters of the MinioI.DeleteFile.
MinioIMockDeleteFileResults contains results of the MinioI.DeleteFile.
MinioIMockGetFileExpectation specifies expectation struct of the MinioI.GetFile.
MinioIMockGetFileParamPtrs contains pointers to parameters of the MinioI.GetFile.
MinioIMockGetFileParams contains parameters of the MinioI.GetFile.
MinioIMockGetFileResults contains results of the MinioI.GetFile.
MinioIMockGetFilesByPathsExpectation specifies expectation struct of the MinioI.GetFilesByPaths.
MinioIMockGetFilesByPathsParamPtrs contains pointers to parameters of the MinioI.GetFilesByPaths.
MinioIMockGetFilesByPathsParams contains parameters of the MinioI.GetFilesByPaths.
MinioIMockGetFilesByPathsResults contains results of the MinioI.GetFilesByPaths.
MinioIMockUploadFileBytesExpectation specifies expectation struct of the MinioI.UploadFileBytes.
MinioIMockUploadFileBytesParamPtrs contains pointers to parameters of the MinioI.UploadFileBytes.
MinioIMockUploadFileBytesParams contains parameters of the MinioI.UploadFileBytes.
MinioIMockUploadFileBytesResults contains results of the MinioI.UploadFileBytes.
MinioIMockUploadFileExpectation specifies expectation struct of the MinioI.UploadFile.
MinioIMockUploadFileParamPtrs contains pointers to parameters of the MinioI.UploadFile.
MinioIMockUploadFileParams contains parameters of the MinioI.UploadFile.
MinioIMockUploadFileResults contains results of the MinioI.UploadFile.
MockRepository is a mock of Repository interface.
MockRepositoryMockRecorder is the mock recorder for MockRepository.