Documentation
¶
Overview ¶
Package serverupdater contains functions to update internal state of SVN servers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Updater ¶
type Updater struct { // InitdScript is a path to apache init script (e.g. /etc/init.d/httpd) InitdScript string // SvnAdmin is a path to the `svnadmin` command. SvnAdmin string // ReposConfig is a path to a set of definitions of repositories that the server has. ReposConfig string // ReposDir is a path to a directory that SVN repositories resides in. ReposDir string // Log is a logger. Log logr.Logger // TimeoutMs is a timeout in milliseconds to run command. TimeoutMs int }
Updater updates SVN repositories and Apache Servers.
func (*Updater) OnConfigChanged ¶ added in v0.1.0
Click to show internal directories.
Click to hide internal directories.