Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthorizedKeys ¶
func (*AuthorizedKeys) GetArguments ¶
func (ak *AuthorizedKeys) GetArguments() []string
func (*AuthorizedKeys) Parse ¶
func (ak *AuthorizedKeys) Parse() error
type AuthorizedPrincipals ¶
func (*AuthorizedPrincipals) GetArguments ¶
func (ap *AuthorizedPrincipals) GetArguments() []string
func (*AuthorizedPrincipals) Parse ¶
func (ap *AuthorizedPrincipals) Parse() error
type CommandArgs ¶
func Parse ¶
func Parse(e *executable.Executable, arguments []string) (CommandArgs, error)
type CommandType ¶
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" )
type GenericArgs ¶
type GenericArgs struct {
Arguments []string
}
func (*GenericArgs) GetArguments ¶
func (b *GenericArgs) GetArguments() []string
func (*GenericArgs) Parse ¶
func (b *GenericArgs) Parse() error
Click to show internal directories.
Click to hide internal directories.