Documentation ¶ Index ¶ type Editor 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() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Editor ¶ type Editor struct { // contains filtered or unexported fields } func NewEditor ¶ func NewEditor(config *config.Config) *Editor func (*Editor) Close ¶ func (editor *Editor) Close() func (*Editor) Connected ¶ func (editor *Editor) Connected(ctx context.Context, path string, connected bool) func (*Editor) Contribute ¶ func (editor *Editor) Contribute(ctx context.Context, path string, ctrbs string) func (*Editor) Error ¶ func (editor *Editor) Error(path string, err string) func (*Editor) Wait ¶ func (editor *Editor) Wait() Source Files ¶ View all Source files handler.go Directories ¶ Show internal Expand all Path Synopsis pool Click to show internal directories. Click to hide internal directories.