output

package
v1.0.9 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Write

func Write(formatName, target string, perm os.FileMode, keysByUsername map[string][]string, comment string) error

Write writes keys to given outputName in given formatName.

Types

type FileWriter

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

FileWriter writes the output to file.

func NewFileWriter

func NewFileWriter(targetFile string, perm os.FileMode) *FileWriter

NewFileWriter creates new FileWriter what writes to targetFile.

type StdoutWriter

type StdoutWriter struct{}

StdoutWriter just writes the output to stdout.

type Writer

type Writer interface {
	// contains filtered or unexported methods
}

Writer is interface for all output writers.

Jump to

Keyboard shortcuts

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