types

package
v0.0.4 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrEmptyBuffer = errors.New("Error: Buffer is Empty")

UnSupportedFile

View Source
var ErrUnSupportedFile = errors.New("Error: The File is Not Valid or Corrupted!!")

UnSupportedFile

Functions

This section is empty.

Types

type FileMatcher

type FileMatcher struct {
	Type TypesEnum
}

type TypesEnum

type TypesEnum int
const (
	Unknown_Type TypesEnum = iota + 1
	JPEG_Type
	JPG_Type
	PNG_Type
	BMP_Type
	PDF_Type
	DOCX_Type
	DOC_Type
	XLSX_Type
	XLS_Type
	PPTX_Type
	PPT_Type
	ZIP_Type
)

func (TypesEnum) String

func (i TypesEnum) String() string

Jump to

Keyboard shortcuts

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