role

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Decoder added in v0.2.0

type Decoder interface {
	Decode(data []byte, target any) error
}

type Executer

type Executer interface {
	Execute(*exec.Command) error
}

type Logger

type Logger interface {
	Debug(message string)
	Error(message string)
	Fatal(message string)
	Info(message string)
	Success(message string)
}

type Reader added in v0.2.0

type Reader interface {
	Read(route string) ([]byte, error)
}

Jump to

Keyboard shortcuts

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