blackducksoftware / hub-client-go

Hub Client for Go (golang)
Apache License 2.0
9 stars 19 forks source link

expose ChunkIterator interface methods #99

Closed dterrysynopsys closed 2 years ago

dterrysynopsys commented 2 years ago

The recently added ChunkIterator interface allows callers to decide how chunks are uploaded. However, the interface is not currently exposing critical methods so using it outside of its package is not possible. This work exposes those methods so any caller can use the interface.