mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 15:05:28 +02:00
9 lines
183 B
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
|
|
}
|