daemon

package
v0.0.0-...-92ca402 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2024 License: MIT Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Daemon

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

func New

func New(env envvar.Env) *Daemon

func (*Daemon) Env

func (d *Daemon) Env() envvar.Env

func (*Daemon) Rec

func (d *Daemon) Rec() reconciler.Interface

func (*Daemon) Res

func (d *Daemon) Res() rescue.Interface

func (*Daemon) Server

func (d *Daemon) Server() *server.Server

func (*Daemon) Sto

func (d *Daemon) Sto() storage.Interface

func (*Daemon) Worker

func (d *Daemon) Worker() *worker.Worker

type Interface

type Interface interface {
	Env() envvar.Env
	Rec() reconciler.Interface
	Res() rescue.Interface
	Sto() storage.Interface

	Server() *server.Server
	Worker() *worker.Worker
}

Jump to

Keyboard shortcuts

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