offlinereporterimpl

package
v0.0.0-...-bfe00b6 Latest Latest
Warning

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

Go to latest
Published: May 2, 2026 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Overview

Package offlinereporterimpl implements the offlinereporter component.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Params

type Params struct {
	Fs afero.Fs
}

Params allows overriding the filesystem implementation (e.g. in tests).

func NewParams

func NewParams() Params

NewParams returns production Params using the real OS filesystem.

type Provides

type Provides struct {
	Comp offlinereporter.Component
}

Provides defines the output of the offlinereporter component.

func NewComponent

func NewComponent(reqs Requires) (Provides, error)

NewComponent creates a new offlinereporter component.

type Requires

type Requires struct {
	Lifecycle     compdef.Lifecycle
	Config        config.Component
	Log           log.Component
	Demultiplexer demultiplexer.Component
	Hostname      hostnameinterface.Component
	Params        Params
}

Requires defines the dependencies for the offlinereporter component.

Jump to

Keyboard shortcuts

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