mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
Add controller which calls different api methods
This commit is contained in:
parent
9692ebe887
commit
aa0d6ea155
6 changed files with 108 additions and 35 deletions
|
@ -58,7 +58,7 @@ func (t *textDocument) Tree() tree.ObjectTree {
|
|||
}
|
||||
|
||||
func (t *textDocument) AddText(text string) (err error) {
|
||||
content := &testchanges.TextContentValueOfTextAppend{
|
||||
content := &testchanges.TextContent_TextAppend{
|
||||
TextAppend: &testchanges.TextAppend{Text: text},
|
||||
}
|
||||
change := &testchanges.TextData{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue