Documentation
¶
Index ¶
- type Document
- func (d *Document) ApplyUpdate(encodedUpdate string) error
- func (d *Document) Close()
- func (d *Document) EncodeStateAsUpdate(targetStateVector string) (string, error)
- func (d *Document) Insert(position uint, content string) error
- func (d *Document) StateVector() (string, error)
- func (d *Document) ToString() (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct {
// contains filtered or unexported fields
}
func NewComplexDocument ¶
func NewTextDocument ¶
func (*Document) ApplyUpdate ¶
func (*Document) EncodeStateAsUpdate ¶
func (*Document) StateVector ¶
Click to show internal directories.
Click to hide internal directories.