ldfilewatch

package
v4.0.0-...-2a44fb3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 29, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package ldfilewatch allows the LaunchDarkly client to read feature flag data from a file, with automatic reloading. It should be used in conjunction with the ldfiledata package. The two packages are separate so as to avoid bringing additional dependencies for users who do not need automatic reloading.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WatchFiles

func WatchFiles(paths []string, errorLogger ld.Logger, reload func(), closeCh <-chan struct{}) error

WatchFiles sets up a mechanism for the file data source to reload its source files whenever one of them has been modified. Use it as follows:

factory := ldfiledata.NewFileDataSourceFactory(
    ldfiledata.FilePaths("./test-data/my-flags.json"),
    ldfiledata.UseReloader(ldfilewatch.WatchFiles))

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL