entity

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Space = " "
	Empty = ""
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command struct {
	Cmd  string
	Args []string
}

type File

type File struct {
	Path string
	Name string
	Data []byte
}

type FileProducer

type FileProducer interface {
	Get() (*File, error)
}

type Logger

type Logger interface {
	Infof(template string, args ...any)
}

type RemoteFile

type RemoteFile struct {
	Path    string
	Name    string
	URL     string
	Headers map[string]string
}

Jump to

Keyboard shortcuts

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