fsi

package module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

README

fsi

File Service Impl

This repository is the implementation of the fs repo interface.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultBufferSize = 64 * 1024

default size is 64kb, possible to overwrite

View Source
var EmptyValues = map[string]bool{
	"n/a":  true,
	"N/A":  true,
	"N/a":  true,
	"null": true,
	"NULL": true,
	"Null": true,
	"nil":  true,
	"NIL":  true,
	"Nil":  true,
	"nan":  true,
	"NaN":  true,
	"Nan":  true,
	"#":    true,
	"":     true,
}

Functions

func FileService

func FileService() fs.FileService

func PandasFriendly

func PandasFriendly(v string) string

func RemoveHash

func RemoveHash(v string) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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