Documentation
¶
Index ¶
- func GenerateKeyBetween(prev, next *string) string
- func GenerateNextKey(prev string) string
- func GetFileFormat(filename string) *string
- func Getenv(key, fallback string) string
- func HasPathPrefix(path, prefix string) bool
- func ReadLastNLines(filePath string, n int) ([]string, error)
- type LocalFileStorage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateKeyBetween ¶
func GenerateNextKey ¶
func GetFileFormat ¶
func HasPathPrefix ¶
Types ¶
type LocalFileStorage ¶
type LocalFileStorage struct{}
func (LocalFileStorage) Delete ¶
func (LocalFileStorage) Delete(path string) error
func (LocalFileStorage) Exists ¶
func (LocalFileStorage) Exists(path string) bool
func (LocalFileStorage) Move ¶
func (LocalFileStorage) Move(src, dst string) error
Click to show internal directories.
Click to hide internal directories.