package
0.9.3
Repository: https://github.com/shitovdm/gitrsync.git
Documentation: pkg.go.dev

# Functions

BuildWsJSONError returns json formatted error response.
BuildWsJSONSuccess returns json formatted success response.
UpdateRepositoryState describes update repository state action.
UpdateRepositoryStatus describes update repository status action.

# Constants

StatusCleaned describe status "cleared".
StatusCleanFailed describe status "clear_failed".
StatusFailed describe status "failed".
StatusInitiated describe status "initiated".
StatusPendingClean describe status "pending_clear".
StatusPendingPull describe status "pending_pull".
StatusPendingPush describe status "pending_push".
StatusPulled describe status "pulled".
StatusPullFailed describe status "pull_failed".
StatusPushed describe status "pushed".
StatusPushFailed describe status "push_failed".
StatusSynchronized describe status "synced".

# Structs

AboutController struct describes about section controller.
ActionsController struct describes main actions section controller.
DocsController struct describes docs section controller.
IndexController struct describes index section controller.
LogsController struct describes logs section controller.
PlatformsController struct describes platforms section controller.
RepositoriesController struct describes repositories section controller.
SettingsController struct describes settings section controller.