ast

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddKeysToAgent

type AddKeysToAgent struct {
	Token token.Token
	Value string
}

AddKeysToAgent ...

func (AddKeysToAgent) String

func (a AddKeysToAgent) String() string

String ...

func (AddKeysToAgent) TokenLiteral

func (a AddKeysToAgent) TokenLiteral() string

TokenLiteral ...

type BlockStatement

type BlockStatement struct {
	Statements []Statement
}

BlockStatement anything after the 'Host' statement

func (*BlockStatement) String

func (b *BlockStatement) String() string

String ...

func (*BlockStatement) TokenLiteral

func (b *BlockStatement) TokenLiteral() string

TokenLiteral ...

type CASignatureAlgorithms

type CASignatureAlgorithms struct {
	Token token.Token
	Value string
}

CASignatureAlgorithms ...

func (*CASignatureAlgorithms) String

func (c *CASignatureAlgorithms) String() string

String ...

func (*CASignatureAlgorithms) TokenLiteral

func (c *CASignatureAlgorithms) TokenLiteral() string

TokenLiteral ...

type CanonicalizeFallbackLocal

type CanonicalizeFallbackLocal struct {
	Token token.Token
	Value string
}

CanonicalizeFallbackLocal ...

func (*CanonicalizeFallbackLocal) String

func (c *CanonicalizeFallbackLocal) String() string

String ...

func (*CanonicalizeFallbackLocal) TokenLiteral

func (c *CanonicalizeFallbackLocal) TokenLiteral() string

TokenLiteral ...

type CanonicalizeHostname

type CanonicalizeHostname struct {
	Token token.Token
	Value string
}

CanonicalizeHostname ...

func (CanonicalizeHostname) String

func (c CanonicalizeHostname) String() string

String ...

func (CanonicalizeHostname) TokenLiteral

func (c CanonicalizeHostname) TokenLiteral() string

TokenLiteral ...

type CanonicalizeMaxDots

type CanonicalizeMaxDots struct {
	Token token.Token
	Value string
}

CanonicalizeMaxDots ...

func (CanonicalizeMaxDots) String

func (c CanonicalizeMaxDots) String() string

String

func (CanonicalizeMaxDots) TokenLiteral

func (c CanonicalizeMaxDots) TokenLiteral() string

TokenLiteral ...

type CanonicalizePermittedCNames

type CanonicalizePermittedCNames struct {
	Token token.Token
	Value string
}

CanonicalizePermittedCNames ...

func (CanonicalizePermittedCNames) String

String ...

func (CanonicalizePermittedCNames) TokenLiteral

func (c CanonicalizePermittedCNames) TokenLiteral() string

TokenLiteral ...

type CertificateFile

type CertificateFile struct {
	Token token.Token
	Value string
}

CertificateFile ...

func (CertificateFile) String

func (c CertificateFile) String() string

String ...

func (CertificateFile) TokenLiteral

func (c CertificateFile) TokenLiteral() string

TokenLiteral ...

type ChallengeAuthentication

type ChallengeAuthentication struct {
	Token token.Token
	Value string
}

ChallengeAuthentication ...

func (ChallengeAuthentication) String

func (c ChallengeAuthentication) String() string

String ...

func (ChallengeAuthentication) TokenLiteral

func (c ChallengeAuthentication) TokenLiteral() string

TokenLiteral ...

type CheckHostIP

type CheckHostIP struct {
	Token token.Token
	Value string
}

CheckHostIP ...

func (CheckHostIP) String

func (c CheckHostIP) String() string

String ...

func (CheckHostIP) TokenLiteral

func (c CheckHostIP) TokenLiteral() string

TokenLiteral ...

type Ciphers

type Ciphers struct {
	Token token.Token
	Value string
}

Ciphers ...

func (Ciphers) String

func (c Ciphers) String() string

func (Ciphers) TokenLiteral

func (c Ciphers) TokenLiteral() string

TokenLiteral ...

type ClearAllForwardings

type ClearAllForwardings struct {
	Token token.Token
	Value string
}

ClearAllForwardings ...

func (ClearAllForwardings) String

func (c ClearAllForwardings) String() string

String ...

func (ClearAllForwardings) TokenLiteral

func (c ClearAllForwardings) TokenLiteral() string

TokenLiteral ...

type Compression

type Compression struct {
	Token token.Token
	Value string
}

Compression ...

func (Compression) String

func (c Compression) String() string

String ...

func (Compression) TokenLiteral

func (c Compression) TokenLiteral() string

TokenLiteral ...

type CompressionLevelStatement

type CompressionLevelStatement struct {
	Token token.Token
	Value string
}

CompressionLevelStatement ...

func (CompressionLevelStatement) String

func (c CompressionLevelStatement) String() string

String ...

func (CompressionLevelStatement) TokenLiteral

func (c CompressionLevelStatement) TokenLiteral() string

TokenLiteral ...

type ConnectionAttempts

type ConnectionAttempts struct {
	Token token.Token
	Value string
}

ConnectionAttempts ...

func (ConnectionAttempts) String

func (c ConnectionAttempts) String() string

func (ConnectionAttempts) TokenLiteral

func (c ConnectionAttempts) TokenLiteral() string

TokenLiteral ...

type ConnectionTimeout

type ConnectionTimeout struct {
	Token token.Token
	Value string
}

ConnectionTimeout ...

func (ConnectionTimeout) String

func (c ConnectionTimeout) String() string

String ...

func (ConnectionTimeout) TokenLiteral

func (c ConnectionTimeout) TokenLiteral() string

TokenLiteral ...

type ControlMaster

type ControlMaster struct {
	Token token.Token
	Value string
}

ControlMaster ...

func (ControlMaster) String

func (c ControlMaster) String() string

String ...

func (ControlMaster) TokenLiteral

func (c ControlMaster) TokenLiteral() string

TokenLiteral ...

type ControlPath

type ControlPath struct {
	Token token.Token
	Value string
}

ControlPath ...

func (ControlPath) String

func (c ControlPath) String() string

String ...

func (ControlPath) TokenLiteral

func (c ControlPath) TokenLiteral() string

TokenLiteral ...

type ControlPersist

type ControlPersist struct {
	Token token.Token
	Value string
}

ControlPersist ...

func (ControlPersist) String

func (c ControlPersist) String() string

func (ControlPersist) TokenLiteral

func (c ControlPersist) TokenLiteral() string

TokenLiteral ...

type DynamicForward

type DynamicForward struct {
	Token token.Token
	Value string
}

DynamicForward ...

func (DynamicForward) String

func (d DynamicForward) String() string

String ...

func (DynamicForward) TokenLiteral

func (d DynamicForward) TokenLiteral() string

TokenLiteral ...

type EscapeChar

type EscapeChar struct {
	Token token.Token
	Value string
}

EscapeChar ...

func (EscapeChar) String

func (e EscapeChar) String() string

String ...

func (EscapeChar) TokenLiteral

func (e EscapeChar) TokenLiteral() string

TokenLiteral ...

type ExitOnForwardFailure

type ExitOnForwardFailure struct {
	Token token.Token
	Value string
}

ExitOnForwardFailure ...

func (ExitOnForwardFailure) String

func (e ExitOnForwardFailure) String() string

func (ExitOnForwardFailure) TokenLiteral

func (e ExitOnForwardFailure) TokenLiteral() string

TokenLiteral ...

type FingerprintHash

type FingerprintHash struct {
	Token token.Token
	Value string
}

FingerprintHash ...

func (FingerprintHash) String

func (f FingerprintHash) String() string

String ...

func (FingerprintHash) TokenLiteral

func (f FingerprintHash) TokenLiteral() string

TokenLiteral ...

type ForwardAgent

type ForwardAgent struct {
	Token token.Token
	Value string
}

ForwardAgent ...

func (ForwardAgent) String

func (f ForwardAgent) String() string

String ...

func (ForwardAgent) TokenLiteral

func (f ForwardAgent) TokenLiteral() string

TokenLiteral ...

type ForwardX11

type ForwardX11 struct {
	Token token.Token
	Value string
}

ForwardX11 ...

func (ForwardX11) String

func (f ForwardX11) String() string

String ...

func (ForwardX11) TokenLiteral

func (f ForwardX11) TokenLiteral() string

TokenLiteral ...

type ForwardX11Timeout

type ForwardX11Timeout struct {
	Token token.Token
	Value string
}

ForwardX11Timeout ...

func (ForwardX11Timeout) String

func (f ForwardX11Timeout) String() string

String ...

func (ForwardX11Timeout) TokenLiteral

func (f ForwardX11Timeout) TokenLiteral() string

TokenLiteral ...

type ForwardX11Trusted

type ForwardX11Trusted struct {
	Token token.Token
	Value string
}

ForwardX11Trusted ...

func (ForwardX11Trusted) String

func (f ForwardX11Trusted) String() string

String ...

func (ForwardX11Trusted) TokenLiteral

func (f ForwardX11Trusted) TokenLiteral() string

TokenLiteral ...

type GSSApiAuthentication

type GSSApiAuthentication struct {
	Token token.Token
	Value string
}

GSSApiAuthentication ...

func (GSSApiAuthentication) String

func (g GSSApiAuthentication) String() string

String ...

func (GSSApiAuthentication) TokenLiteral

func (g GSSApiAuthentication) TokenLiteral() string

TokenLiteral ...

type GSSApiDelegateCredentials

type GSSApiDelegateCredentials struct {
	Token token.Token
	Value string
}

GSSApiDelegateCredentials ...

func (GSSApiDelegateCredentials) String

func (g GSSApiDelegateCredentials) String() string

String ...

func (GSSApiDelegateCredentials) TokenLiteral

func (g GSSApiDelegateCredentials) TokenLiteral() string

TokenLiteral ...

type GatewayPorts

type GatewayPorts struct {
	Token token.Token
	Value string
}

GatewayPorts ...

func (GatewayPorts) String

func (g GatewayPorts) String() string

String ...

func (GatewayPorts) TokenLiteral

func (g GatewayPorts) TokenLiteral() string

TokenLiteral ...

type GlobalKnownHostsFile

type GlobalKnownHostsFile struct {
	Token token.Token
	Value string
}

GlobalKnownHostsFile ...

func (GlobalKnownHostsFile) String

func (g GlobalKnownHostsFile) String() string

func (GlobalKnownHostsFile) TokenLiteral

func (g GlobalKnownHostsFile) TokenLiteral() string

TokenLiteral ...

type HashKnownHosts

type HashKnownHosts struct {
	Token token.Token
	Value string
}

HashKnownHosts ...

func (HashKnownHosts) String

func (h HashKnownHosts) String() string

String ...

func (HashKnownHosts) TokenLiteral

func (h HashKnownHosts) TokenLiteral() string

TokenLiteral ...

type HostBasedAuthentication

type HostBasedAuthentication struct {
	Token token.Token
	Value string
}

HostBasedAuthentication ...

func (HostBasedAuthentication) String

func (h HostBasedAuthentication) String() string

String ...

func (HostBasedAuthentication) TokenLiteral

func (h HostBasedAuthentication) TokenLiteral() string

TokenLiteral ...

type HostBasedKeyTypes

type HostBasedKeyTypes struct {
	Token token.Token
	Value string
}

HostBasedKeyTypes ...

func (HostBasedKeyTypes) String

func (h HostBasedKeyTypes) String() string

func (HostBasedKeyTypes) TokenLiteral

func (h HostBasedKeyTypes) TokenLiteral() string

TokenLiteral ...

type HostKeyAlgorithms

type HostKeyAlgorithms struct {
	Token token.Token
	Value string
}

HostKeyAlgorithms ...

func (HostKeyAlgorithms) String

func (h HostKeyAlgorithms) String() string

String ...

func (HostKeyAlgorithms) TokenLiteral

func (h HostKeyAlgorithms) TokenLiteral() string

TokenLiteral ...

type HostKeyAlias

type HostKeyAlias struct {
	Token token.Token
	Value string
}

HostKeyAlias ...

func (HostKeyAlias) String

func (h HostKeyAlias) String() string

String ...

func (HostKeyAlias) TokenLiteral

func (h HostKeyAlias) TokenLiteral() string

TokenLiteral ...

type HostName

type HostName struct {
	Token token.Token
	Value string
}

HostName hostname inside the Host block

func (HostName) String

func (h HostName) String() string

String ...

func (HostName) TokenLiteral

func (h HostName) TokenLiteral() string

TokenLiteral ...

type HostStatement

type HostStatement struct {
	Token token.Token // the 'Host' token
	Value string

	Statement *BlockStatement
}

HostStatement statement

func (*HostStatement) String

func (ls *HostStatement) String() string

String ...

func (*HostStatement) TokenLiteral

func (ls *HostStatement) TokenLiteral() string

TokenLiteral ...

type IPQoS

type IPQoS struct {
	Token token.Token
	Value string
}

IPQoS ...

func (IPQoS) String

func (i IPQoS) String() string

String ...

func (IPQoS) TokenLiteral

func (i IPQoS) TokenLiteral() string

TokenLiteral ...

type IdentitiesOnly

type IdentitiesOnly struct {
	Token token.Token
	Value string
}

IdentitiesOnly ...

func (IdentitiesOnly) String

func (i IdentitiesOnly) String() string

String ...

func (IdentitiesOnly) TokenLiteral

func (i IdentitiesOnly) TokenLiteral() string

TokenLiteral ...

type IdentityAgent

type IdentityAgent struct {
	Token token.Token
	Value string
}

IdentityAgent ...

func (IdentityAgent) String

func (i IdentityAgent) String() string

String ...

func (IdentityAgent) TokenLiteral

func (i IdentityAgent) TokenLiteral() string

TokenLiteral ...

type IdentityFile

type IdentityFile struct {
	Token token.Token
	Value string
}

IdentityFile ...

func (IdentityFile) String

func (i IdentityFile) String() string

String ...

func (*IdentityFile) TokenLiteral

func (i *IdentityFile) TokenLiteral() string

TokenLiteral ...

type Include

type Include struct {
	Token token.Token
	Value string
}

Include ...

func (Include) String

func (i Include) String() string

String ...

func (Include) TokenLiteral

func (i Include) TokenLiteral() string

TokenLiteral ...

type KbdInteractiveAuthentication

type KbdInteractiveAuthentication struct {
	Token token.Token
	Value string
}

KbdInteractiveAuthentication ...

func (KbdInteractiveAuthentication) String

String

func (KbdInteractiveAuthentication) TokenLiteral

func (k KbdInteractiveAuthentication) TokenLiteral() string

TokenLiteral ...

type KbdInteractiveDevices

type KbdInteractiveDevices struct {
	Token token.Token
	Value string
}

KbdInteractiveDevices ...

func (KbdInteractiveDevices) String

func (k KbdInteractiveDevices) String() string

String

func (KbdInteractiveDevices) TokenLiteral

func (k KbdInteractiveDevices) TokenLiteral() string

TokenLiteral ...

type LocalCommand

type LocalCommand struct {
	Token token.Token
	Value string
}

LocalCommand ...

func (LocalCommand) String

func (l LocalCommand) String() string

String ...

func (LocalCommand) TokenLiteral

func (l LocalCommand) TokenLiteral() string

TokenLiteral ...

type LocalForward

type LocalForward struct {
	Token token.Token
	Value string
}

LocalForward ...

func (LocalForward) String

func (l LocalForward) String() string

String ...

func (LocalForward) TokenLiteral

func (l LocalForward) TokenLiteral() string

TokenLiteral ...

type LogLevelStatement

type LogLevelStatement struct {
	Token token.Token
	Value string
}

LogLevelStatement ...

func (LogLevelStatement) String

func (l LogLevelStatement) String() string

String ...

func (LogLevelStatement) TokenLiteral

func (l LogLevelStatement) TokenLiteral() string

TokenLiteral ...

type Macs

type Macs struct {
	Token token.Token
	Value string
}

Macs ...

func (Macs) String

func (m Macs) String() string

String ...

func (Macs) TokenLiteral

func (m Macs) TokenLiteral() string

TokenLiteral ...

type Match

type Match struct {
	Token token.Token // the Match token
	Value string
}

Match ...

func (*Match) String

func (ms *Match) String() string

String ...

func (*Match) TokenLiteral

func (ms *Match) TokenLiteral() string

TokenLiteral ...

type NoHostAuthentication

type NoHostAuthentication struct {
	Token token.Token
	Value string
}

NoHostAuthentication ...

func (NoHostAuthentication) String

func (n NoHostAuthentication) String() string

String ...

func (NoHostAuthentication) TokenLiteral

func (n NoHostAuthentication) TokenLiteral() string

TokenLiteral ...

type Node

type Node interface {
	TokenLiteral() string
	String() string
}

Node AST node

type NumberOfPasswordPrompts

type NumberOfPasswordPrompts struct {
	Token token.Token
	Value string
}

NumberOfPasswordPrompts ...

func (NumberOfPasswordPrompts) String

func (n NumberOfPasswordPrompts) String() string

func (NumberOfPasswordPrompts) TokenLiteral

func (n NumberOfPasswordPrompts) TokenLiteral() string

TokenLiteral ...

type PCKS11Provider

type PCKS11Provider struct {
	Token token.Token
	Value string
}

PCKS11Provider ...

func (PCKS11Provider) String

func (p PCKS11Provider) String() string

String ...

func (PCKS11Provider) TokenLiteral

func (p PCKS11Provider) TokenLiteral() string

TokenLiteral ...

type PasswordAuthentication

type PasswordAuthentication struct {
	Token token.Token
	Value string
}

PasswordAuthentication ...

func (PasswordAuthentication) String

func (p PasswordAuthentication) String() string

String ...

func (PasswordAuthentication) TokenLiteral

func (p PasswordAuthentication) TokenLiteral() string

TokenLiteral ...

type PermitLocalCommand

type PermitLocalCommand struct {
	Token token.Token
	Value string
}

PermitLocalCommand ...

func (PermitLocalCommand) String

func (p PermitLocalCommand) String() string

String ...

func (PermitLocalCommand) TokenLiteral

func (p PermitLocalCommand) TokenLiteral() string

TokenLiteral ...

type Port

type Port struct {
	Token token.Token
	Value string
}

Port ...

func (Port) String

func (u Port) String() string

String ...

func (Port) TokenLiteral

func (u Port) TokenLiteral() string

TokenLiteral ...

type PreferredAuthentications

type PreferredAuthentications struct {
	Token token.Token
	Value string
}

PreferredAuthentications ...

func (PreferredAuthentications) String

func (p PreferredAuthentications) String() string

String ...

func (PreferredAuthentications) TokenLiteral

func (p PreferredAuthentications) TokenLiteral() string

TokenLiteral ...

type ProxyCommand

type ProxyCommand struct {
	Token token.Token
	Value string
}

ProxyCommand ...

func (ProxyCommand) String

func (p ProxyCommand) String() string

String ...

func (ProxyCommand) TokenLiteral

func (p ProxyCommand) TokenLiteral() string

TokenLiteral ...

type ProxyJump

type ProxyJump struct {
	Token token.Token
	Value string
}

ProxyJump ...

func (ProxyJump) String

func (p ProxyJump) String() string

String ...

func (ProxyJump) TokenLiteral

func (p ProxyJump) TokenLiteral() string

TokenLiteral ...

type ProxyUserFDPass

type ProxyUserFDPass struct {
	Token token.Token
	Value string
}

ProxyUserFDPass ...

func (ProxyUserFDPass) String

func (p ProxyUserFDPass) String() string

String ...

func (ProxyUserFDPass) TokenLiteral

func (p ProxyUserFDPass) TokenLiteral() string

TokenLiteral ...

type PubkeyAcceptedKeyTypes

type PubkeyAcceptedKeyTypes struct {
	Token token.Token
	Value string
}

PubkeyAcceptedKeyTypes ...

func (PubkeyAcceptedKeyTypes) String

func (p PubkeyAcceptedKeyTypes) String() string

String ...

func (PubkeyAcceptedKeyTypes) TokenLiteral

func (p PubkeyAcceptedKeyTypes) TokenLiteral() string

TokenLiteral ...

type PubkeyAuthentication

type PubkeyAuthentication struct {
	Token token.Token
	Value string
}

PubkeyAuthentication ...

func (PubkeyAuthentication) String

func (p PubkeyAuthentication) String() string

String ...

func (PubkeyAuthentication) TokenLiteral

func (p PubkeyAuthentication) TokenLiteral() string

TokenLiteral ...

type RekeyLimit

type RekeyLimit struct {
	Token token.Token
	Value string
}

RekeyLimit ...

func (RekeyLimit) String

func (r RekeyLimit) String() string

String ...

func (RekeyLimit) TokenLiteral

func (r RekeyLimit) TokenLiteral() string

TokenLiteral ...

type RemoteCommand

type RemoteCommand struct {
	Token token.Token
	Value string
}

RemoteCommand ...

func (RemoteCommand) String

func (r RemoteCommand) String() string

String ...

func (RemoteCommand) TokenLiteral

func (r RemoteCommand) TokenLiteral() string

TokenLiteral ...

type RemoteForward

type RemoteForward struct {
	Token token.Token
	Value string
}

RemoteForward ...

func (RemoteForward) String

func (r RemoteForward) String() string

String ...

func (RemoteForward) TokenLiteral

func (r RemoteForward) TokenLiteral() string

TokenLiteral ...

type RequestTTY

type RequestTTY struct {
	Token token.Token
	Value string
}

RequestTTY ...

func (RequestTTY) String

func (r RequestTTY) String() string

String ...

func (RequestTTY) TokenLiteral

func (r RequestTTY) TokenLiteral() string

TokenLiteral ...

type SSHConfig

type SSHConfig struct {
	Statements []Statement
}

SSHConfig data structure holds Host and Match blocks.

func (*SSHConfig) String

func (p *SSHConfig) String() string

String ...

func (*SSHConfig) TokenLiteral

func (p *SSHConfig) TokenLiteral() string

TokenLiteral ...

type SendEnv

type SendEnv struct {
	Token token.Token
	Value string
}

SendEnv ...

func (SendEnv) String

func (s SendEnv) String() string

String ...

func (SendEnv) TokenLiteral

func (s SendEnv) TokenLiteral() string

TokenLiteral ...

type ServerAliveOption

type ServerAliveOption struct {
	Token token.Token
	Value string
}

ServerAliveOption ...

func (ServerAliveOption) String

func (s ServerAliveOption) String() string

String ...

func (ServerAliveOption) TokenLiteral

func (s ServerAliveOption) TokenLiteral() string

TokenLiteral ...

type SetEnv

type SetEnv struct {
	Token token.Token
	Value string
}

SetEnv ...

func (SetEnv) String

func (s SetEnv) String() string

String ...

func (SetEnv) TokenLiteral

func (s SetEnv) TokenLiteral() string

TokenLiteral ...

type Statement

type Statement interface {
	Node
}

Statement ...

type StreamLocalBindMask

type StreamLocalBindMask struct {
	Token token.Token
	Value string
}

StreamLocalBindMask ...

func (StreamLocalBindMask) String

func (s StreamLocalBindMask) String() string

String ...

func (StreamLocalBindMask) TokenLiteral

func (s StreamLocalBindMask) TokenLiteral() string

TokenLiteral ...

type StreamLocalBindUnlink struct {
	Token token.Token
	Value string
}

StreamLocalBindUnlink ...

func (StreamLocalBindUnlink) String

func (s StreamLocalBindUnlink) String() string

String ...

func (StreamLocalBindUnlink) TokenLiteral

func (s StreamLocalBindUnlink) TokenLiteral() string

TokenLiteral ...

type StrictHostKeyChecking

type StrictHostKeyChecking struct {
	Token token.Token
	Value string
}

StrictHostKeyChecking ...

func (StrictHostKeyChecking) String

func (s StrictHostKeyChecking) String() string

String ...

func (StrictHostKeyChecking) TokenLiteral

func (s StrictHostKeyChecking) TokenLiteral() string

TokenLiteral ...

type TCPKeepAlive

type TCPKeepAlive struct {
	Token token.Token
	Value string
}

TCPKeepAlive ...

func (TCPKeepAlive) String

func (t TCPKeepAlive) String() string

String ...

func (TCPKeepAlive) TokenLiteral

func (t TCPKeepAlive) TokenLiteral() string

TokenLiteral ...

type Tunnel

type Tunnel struct {
	Token token.Token
	Value string
}

Tunnel ...

func (Tunnel) String

func (t Tunnel) String() string

String ...

func (Tunnel) TokenLiteral

func (t Tunnel) TokenLiteral() string

TokenLiteral ...

type TunnelDevice

type TunnelDevice struct {
	Token token.Token
	Value string
}

TunnelDevice ...

func (TunnelDevice) String

func (t TunnelDevice) String() string

String ...

func (TunnelDevice) TokenLiteral

func (t TunnelDevice) TokenLiteral() string

TokenLiteral ...

type UpdateHostKeys

type UpdateHostKeys struct {
	Token token.Token
	Value string
}

UpdateHostKeys ...

func (UpdateHostKeys) String

func (u UpdateHostKeys) String() string

String ...

func (UpdateHostKeys) TokenLiteral

func (u UpdateHostKeys) TokenLiteral() string

TokenLiteral ...

type UseKeyChain

type UseKeyChain struct {
	Token token.Token
	Value string
}

UseKeyChain ...

func (UseKeyChain) String

func (u UseKeyChain) String() string

String ...

func (UseKeyChain) TokenLiteral

func (u UseKeyChain) TokenLiteral() string

TokenLiteral ...

type User

type User struct {
	Token token.Token
	Value string
}

User ...

func (User) String

func (u User) String() string

String ...

func (User) TokenLiteral

func (u User) TokenLiteral() string

TokenLiteral ...

type UserKnownHostsFile

type UserKnownHostsFile struct {
	Token token.Token
	Value string
}

UserKnownHostsFile ...

func (UserKnownHostsFile) String

func (u UserKnownHostsFile) String() string

String ...

func (UserKnownHostsFile) TokenLiteral

func (u UserKnownHostsFile) TokenLiteral() string

TokenLiteral ...

type VerifyHostKeyDNS

type VerifyHostKeyDNS struct {
	Token token.Token
	Value string
}

VerifyHostKeyDNS ...

func (*VerifyHostKeyDNS) String

func (v *VerifyHostKeyDNS) String() string

String ...

func (*VerifyHostKeyDNS) TokenLiteral

func (v *VerifyHostKeyDNS) TokenLiteral() string

TokenLiteral ...

type VisualHostKey

type VisualHostKey struct {
	Token token.Token
	Value string
}

VisualHostKey ...

func (*VisualHostKey) String

func (v *VisualHostKey) String() string

String ...

func (*VisualHostKey) TokenLiteral

func (v *VisualHostKey) TokenLiteral() string

TokenLiteral ...

type XAuthLocation

type XAuthLocation struct {
	Token token.Token
	Value string
}

XAuthLocation ...

func (*XAuthLocation) String

func (x *XAuthLocation) String() string

String ...

func (*XAuthLocation) TokenLiteral

func (x *XAuthLocation) TokenLiteral() string

TokenLiteral ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL