mon

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2025 License: BSD-3-Clause Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventType

type EventType string
const (
	EventTypeUnknown EventType = "unknown"
	EventTypeCreate  EventType = "create"
	EventTypeRemove  EventType = "remove"
	EventTypeRename  EventType = "rename"
	EventTypeWrite   EventType = "write"
)

type Mon

type Mon struct {
	*Opts
	// contains filtered or unexported fields
}

func New

func New(opts *Opts) (*Mon, error)

func (*Mon) Run

func (m *Mon) Run(_ context.Context) error

func (*Mon) Teardown

func (m *Mon) Teardown()

type Opts

type Opts struct {
	NoColor    bool
	ProjectDir string
}

func (*Opts) OK

func (o *Opts) OK() error

Jump to

Keyboard shortcuts

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