config-lsp/server/handlers/sshd_config/ast/sshd_config_ast_utils.go

9 lines
183 B
Go

// Contains structs that are used as utilities, but are
// not used for the AST itself
package ast
type SSHDOptionInfo struct {
MatchBlock *SSHDMatchBlock
Option *SSHDOption
}