add exports useful if using this module to write a git-lfs server
This commit is contained in:
parent
8938102896
commit
ee72fd2f7d
1 changed files with 3 additions and 2 deletions
|
@ -22,8 +22,9 @@ module Utility.GitLFS (
|
||||||
TransferResponse(..),
|
TransferResponse(..),
|
||||||
TransferResponseOperation(..),
|
TransferResponseOperation(..),
|
||||||
IsTransferResponseOperation,
|
IsTransferResponseOperation,
|
||||||
DownloadOperation,
|
DownloadOperation(..),
|
||||||
UploadOperation,
|
UploadOperation(..),
|
||||||
|
OperationParams(..),
|
||||||
ParsedTransferResponse(..),
|
ParsedTransferResponse(..),
|
||||||
parseTransferResponse,
|
parseTransferResponse,
|
||||||
-- * making transfers
|
-- * making transfers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue