mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 23:15:26 +02:00
8 lines
215 B
Go
8 lines
215 B
Go
package commondocumentation
|
|
|
|
import docvalues "config-lsp/doc-values"
|
|
|
|
var NcpfsDocumentationAssignable = map[docvalues.EnumString]docvalues.DeprecatedValue{}
|
|
|
|
var NcpfsDocumentationEnums = []docvalues.EnumString{}
|