1
0
Fork 0
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:
mcrakhman 2022-10-19 12:48:55 +02:00 committed by Mikhail Iudin
parent 9692ebe887
commit aa0d6ea155
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0
6 changed files with 108 additions and 35 deletions

View file

@ -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{