package
0.9.3
Repository: https://github.com/tuna/tunasync.git
Documentation: pkg.go.dev

# Functions

LoadConfig loads configuration.
NewContext returns a new context object.
NewTUNASyncWorker creates a worker.

# Structs

Config represents worker config options.
A Context object is a layered key-value storage when enters a context, the changes to the storage would be stored in a new layer and when exits, the top layer poped and the storage returned to the state before entering this context.
A Worker is a instance of tunasync worker.

# Type aliases

No description provided by the author