package
0.11.0
Repository: https://github.com/raystack/meteor.git
Documentation: pkg.go.dev

# README

file

Sinks metadata to a file in ndjson/yaml format as per the config defined.

Usage

sinks:
    name: file
    config:
        path: "./dir/sample.yaml"
        format: "yaml"
        overwrite: false

Config Defination

KeyValueExampleDescription
pathstring./dir/sample.yamlabsolute or relative path from binary to output file, directory should existrequired
formatstringyamldata format for the output filerequired
overwriteboolfalseto choose whether data should be overwritten or appended in case file exists, default is trueoptional

Contributing

Refer to the contribution guidelines for information on contributing to this module.

# Functions

No description provided by the author

# Structs

No description provided by the author
No description provided by the author