mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 15:05:28 +02:00
9 lines
169 B
Go
9 lines
169 B
Go
package indexes
|
|
|
|
import "config-lsp/handlers/wireguard/ast"
|
|
|
|
type WGIndexes struct {
|
|
// map of: section name -> WGSection
|
|
SectionsByName map[string][]*ast.WGSection
|
|
}
|