printer

package
v0.26.2 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Rendered for windows/amd64

Index

Constants

View Source
const (
	Name = "printer"

	FlagPrinterInclude = "collector.printer.include"
	FlagPrinterExclude = "collector.printer.exclude"
)

Variables

View Source
var ConfigDefaults = Config{
	Include: ".+",
	Exclude: "",
}

Functions

func New

func New(logger log.Logger, config *Config) types.Collector

func NewWithFlags

func NewWithFlags(app *kingpin.Application) types.Collector

Types

type Config

type Config struct {
	Include string `yaml:"printer_include"`
	Exclude string `yaml:"printer_exclude"`
}

type PrintJobStatusGroup

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

Jump to

Keyboard shortcuts

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