filetypes

package
v0.0.0-...-8693642 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileExtension

type FileExtension int

FileExtension represents the file extensions that are supported for use as datasources.

const (
	CSV FileExtension = iota
	XLSX
	HTML
)

Checklist item #1

func (FileExtension) String

func (fe FileExtension) String() string

String returns the string equivalent of the given FileExtension without a prepended dot (.).

func (FileExtension) StringWithDot

func (fe FileExtension) StringWithDot() string

StringWithDot returns the string equivalent of the given FileExtension prepended with a dot (.).

Jump to

Keyboard shortcuts

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