mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-19 07:25:27 +02:00
9 lines
207 B
Go
9 lines
207 B
Go
package commondocumentation
|
|
|
|
import docvalues "config-lsp/doc-values"
|
|
|
|
type AssignableOption struct {
|
|
Documentation string
|
|
Handler func(context docvalues.KeyValueAssignmentContext) docvalues.Value
|
|
}
|