filepathproxy

package
v1.2.3 Latest Latest
Warning

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

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

Documentation

Overview

Package filepathproxy is a package that provides a filepath proxy for the app.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FilePath

type FilePath interface {
	Join(elem ...string) string
}

FilePath is an interface for filepath.

func New

func New() FilePath

New is a constructor for FilepathProxy

type FilePathProxy

type FilePathProxy struct{}

FilePathProxy is a struct that implements FilePath.

func (*FilePathProxy) Join

func (*FilePathProxy) Join(elem ...string) string

Join is a proxy for filepath.Join.

Jump to

Keyboard shortcuts

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