Documentation
¶
Index ¶
- type Connector
- type FileConnector
- func (f FileConnector) Close() error
- func (f FileConnector) Configurations(ctx context.Context, identifiers ...string) (evaluation.Configurations, error)
- func (f FileConnector) Stream(ctx context.Context, updater Updater) error
- func (f FileConnector) Variables(ctx context.Context, identifiers ...string) ([]evaluation.Variable, error)
- type Msg
- type Updater
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileConnector ¶
type FileConnector struct {
// contains filtered or unexported fields
}
func NewFileConnector ¶
func NewFileConnector(sdkKey string, path string) (FileConnector, error)
func (FileConnector) Close ¶
func (f FileConnector) Close() error
func (FileConnector) Configurations ¶
func (f FileConnector) Configurations(ctx context.Context, identifiers ...string) (evaluation.Configurations, error)
func (FileConnector) Stream ¶
func (f FileConnector) Stream(ctx context.Context, updater Updater) error
func (FileConnector) Variables ¶
func (f FileConnector) Variables(ctx context.Context, identifiers ...string) ([]evaluation.Variable, error)
Click to show internal directories.
Click to hide internal directories.