Documentation ¶ Overview ¶ Package purger deletes expired test results from Spanner. Index ¶ func InitServer(srv *server.Server, opts Options) type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func InitServer ¶ func InitServer(srv *server.Server, opts Options) InitServer initializes a purger server. Types ¶ type Options ¶ type Options struct { // ForceCronInterval forces minimum interval in cron jobs. // Useful in integration tests to reduce the test time. ForceCronInterval time.Duration } Options is purger server configuration. Source Files ¶ View all Source files purger.go Click to show internal directories. Click to hide internal directories.