[][src]Module taskchampion::server

Structs

LocalServer
RemoteServer

Enums

AddVersionResult

VersionAdd is the response type from crate::server::Server::add_version.

GetVersionResult

A version as downloaded from the server

Constants

NO_VERSION_ID

The distinguished value for "no version"

Traits

Server

A value implementing this trait can act as a server against which a replica can sync.

Functions

from_config

Type Definitions

HistorySegment

A segment in the history of this task database, in the form of a sequence of operations. This data is pre-encoded, and from the protocol level appears as a sequence of bytes.

VersionId

Versions are referred to with sha2 hashes.