file

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2021 License: MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateOutputFolder

func CreateOutputFolder(outputFolder string) error

CreateOutputFolder creates the output folder if it doesn't exist

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client type for file based logging

func New

func New(option *Options) (*Client, error)

New creates and returns a new client for file based logging

func (*Client) Save

func (c *Client) Save(data types.OutputData) error

Store writes the log to the file

type Options

type Options struct {
	// OutputFolder is the folder where the logs will be stored
	OutputFolder string `yaml:"output-folder"`
}

Options required for file export

Jump to

Keyboard shortcuts

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