Module server

Source

Structs§

TCServer
***** TCServer *****

Functions§

tc_server_free
Free a server. The server may not be used after this function returns and must not be freed more than once.
tc_server_new_gcp
Create a new TCServer that connects to the Google Cloud Platform. See the TaskChampion docs for the description of the arguments.
tc_server_new_local
Create a new TCServer that operates locally (on-disk). See the TaskChampion docs for the description of the arguments.
tc_server_new_sync
Create a new TCServer that connects to a remote server. See the TaskChampion docs for the description of the arguments.