api/repositories/image_repository.go
Showing 1 of 1 total issue
Method ImageRepository.UploadSourceImage
has 6 arguments (exceeds 5 allowed). Consider refactoring. Open
Open
func (r *ImageRepository) UploadSourceImage(ctx context.Context, authInfo authorization.Info, imageRef string, srcReader io.Reader, spaceGUID string, tags ...string) (string, error) {