| 676 | } |
| 677 | |
| 678 | type MockMatchRepositoryStream struct { |
| 679 | metadataSent bool |
| 680 | fileSent bool |
| 681 | metadataRequest *apiclient.AppStreamRequest |
| 682 | fileRequest *apiclient.AppStreamRequest |
| 683 | response *apiclient.RepositoryResponse |
| 684 | } |
| 685 | |
| 686 | func NewMockMatchRepositoryStream(repoPath, appPath string, env []string) (*MockMatchRepositoryStream, error) { |
| 687 | tgz, mr, err := cmp.GetCompressedRepoAndMetadata(repoPath, appPath, env, nil, nil) |
nothing calls this directly
no outgoing calls
no test coverage detected