summaryrefslogtreecommitdiff
path: root/go/internal/command/commandargs/command_args.go
diff options
context:
space:
mode:
authorIgor <idrozdov@gitlab.com>2019-06-06 16:02:02 +0000
committerNick Thomas <nick@gitlab.com>2019-06-06 16:02:02 +0000
commit888cd2c4ecb7d8a82328c5b3d68545596466b1a2 (patch)
tree3557c79227b01376a90f381c5f60f0ef42727baa /go/internal/command/commandargs/command_args.go
parenteb2b186f7d209a638b7523c674bc79cbafe764b6 (diff)
downloadgitlab-shell-888cd2c4ecb7d8a82328c5b3d68545596466b1a2.tar.gz
Go implementation for LFS authenticate
Diffstat (limited to 'go/internal/command/commandargs/command_args.go')
-rw-r--r--go/internal/command/commandargs/command_args.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/go/internal/command/commandargs/command_args.go b/go/internal/command/commandargs/command_args.go
index fd9d741..d8fe32d 100644
--- a/go/internal/command/commandargs/command_args.go
+++ b/go/internal/command/commandargs/command_args.go
@@ -13,6 +13,7 @@ type CommandType string
const (
Discover CommandType = "discover"
TwoFactorRecover CommandType = "2fa_recovery_codes"
+ LfsAuthenticate CommandType = "git-lfs-authenticate"
ReceivePack CommandType = "git-receive-pack"
UploadPack CommandType = "git-upload-pack"
UploadArchive CommandType = "git-upload-archive"