Versions in this module Expand all Collapse all v1 v1.1.0 May 7, 2024 v1.0.0 Apr 26, 2024 Changes in this version + type Editor struct + func NewEditor(config *config.Config) *Editor + func (editor *Editor) Close() + func (editor *Editor) Connected(ctx context.Context, path string, connected bool) + func (editor *Editor) Contribute(ctx context.Context, path string, ctrbs string) + func (editor *Editor) Error(path string, err string) + func (editor *Editor) Wait()