package
1.4.2
Repository: https://github.com/nicjohnson145/tagbot.git
Documentation: pkg.go.dev

# Functions

AuthMethodNames returns a list of possible string values of AuthMethod.
No description provided by the author
ParseAuthMethod attempts to convert a string to a AuthMethod.
ParseRemoteType attempts to convert a string to a RemoteType.
RemoteTypeNames returns a list of possible string values of RemoteType.

# Constants

AuthMethodPublicKey is a AuthMethod of type public-key.
AuthMethodToken is a AuthMethod of type token.
RemoteTypeHttps is a RemoteType of type https.
RemoteTypeSsh is a RemoteType of type ssh.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

ENUM( public-key token ) */.
ENUM( ssh https ) */.