Documentation ¶ Index ¶ type Cleaner func NewCleaner() *Cleaner func (c *Cleaner) Cleanup() error func (c *Cleaner) CleanupInfinity(ctx context.Context) type Config func NewConfig(phpVersion, confDir string) (*Config, error) func (c *Config) IfSaveHandlerFilesAndPathNonEmpty() bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Cleaner ¶ type Cleaner struct { } func NewCleaner ¶ func NewCleaner() *Cleaner func (*Cleaner) Cleanup ¶ func (c *Cleaner) Cleanup() error func (*Cleaner) CleanupInfinity ¶ func (c *Cleaner) CleanupInfinity(ctx context.Context) type Config ¶ type Config struct { SavePath string SaveHandler string GcMaxLifetime time.Duration } func NewConfig ¶ func NewConfig(phpVersion, confDir string) (*Config, error) func (*Config) IfSaveHandlerFilesAndPathNonEmpty ¶ func (c *Config) IfSaveHandlerFilesAndPathNonEmpty() bool Source Files ¶ View all Source files cleaner.go config.go pidof.go sapi.go Click to show internal directories. Click to hide internal directories.