package
0.1.0
Repository: https://github.com/mgla96/ssh-watcher.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

app

import "github.com/mgla96/ssh-watcher/internal/app"

Index

type App

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

func New

func New(logFile string, notifier notifierClient, hostMachine string, watchSettings config.WatchSettings, processedLineTracker processedLineTracker, file file) App

func (App) Watch

func (a App) Watch() error

TODO(mgottlieb) refactor this into more unit-testable funcs.

Generated by gomarkdoc