package
0.0.0-20190708190747-0933bec82397
Repository: https://github.com/launchdarkly/go-client.git
Documentation: pkg.go.dev
# Functions
FilePaths creates an option for to NewFileDataSourceFactory, to specify the input data files.
NewFileDataSourceFactory returns a function that allows the LaunchDarkly client to read feature flag data from a file or files.
UseLogger creates an option for NewFileDataSourceFactory, to specify where to send log output.
UseReloader creates an option for NewFileDataSourceFactory, to specify a mechanism for reloading data files.
# Interfaces
FileDataSourceOption is the interface for optional configuration parameters that can be passed to NewFileDataSourceFactory.
# Type aliases
ReloaderFactory is a function type used with UseReloader, to specify a mechanism for detecting when data files should be reloaded.