Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct { URI protocol.DocumentUri RunningDiagnostic bool Content string }
type DocumentStore ¶
type DocumentStore struct {
// contains filtered or unexported fields
}
func (*DocumentStore) Remove ¶
func (s *DocumentStore) Remove(uri string)
type ServerState ¶
type ServerState struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer(version string, lintRequest *utils.LintFileRequest) *ServerState
func (*ServerState) Run ¶
func (s *ServerState) Run() error
Click to show internal directories.
Click to hide internal directories.