fs

package
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SafeMimeType

func SafeMimeType(filepath string) (mt string)

Types

type File

type File interface {
	Location() string
	SetLocation(string) File
	MimeType() string
	SetMimeType(string) File
	Size() int64
	SetSize(int64) File
	Data() []byte
	SetData([]byte) File
	Validate() error
}

func NewEmptyFile

func NewEmptyFile() File

Jump to

Keyboard shortcuts

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