displayservice

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Renderer

type Renderer interface {
	Run(wg *sync.WaitGroup)
	Write(p []byte) (n int, err error)
}

type RendererService

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

func NewRendererService

func NewRendererService(
	ctx context.Context,
	cfg *config.Config,
	exitCh chan<- os.Signal,
	collector statservice.Collector,
) *RendererService

func (*RendererService) Run added in v1.0.2

func (r *RendererService) Run(wg *sync.WaitGroup)

func (*RendererService) Write added in v1.0.2

func (r *RendererService) Write(p []byte) (n int, err error)

Jump to

Keyboard shortcuts

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