Documentation
¶
Index ¶
- func New(opts ...storage.Option[FileReference]) (storage.Storage[FileReference], error)
- func WithFSLock() storage.Option[FileReference]
- func WithInMemoryFS(root string) storage.Option[FileReference]
- func WithInstrumentedFS(tp sdktrace.TracerProvider) storage.Option[FileReference]
- func WithRootDir(root string) storage.Option[FileReference]
- type FileReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(opts ...storage.Option[FileReference]) (storage.Storage[FileReference], error)
func WithFSLock ¶
func WithFSLock() storage.Option[FileReference]
func WithInMemoryFS ¶
func WithInMemoryFS(root string) storage.Option[FileReference]
func WithInstrumentedFS ¶
func WithInstrumentedFS(tp sdktrace.TracerProvider) storage.Option[FileReference]
func WithRootDir ¶
func WithRootDir(root string) storage.Option[FileReference]
Types ¶
type FileReference ¶
type FileReference struct {
Name string
}
Click to show internal directories.
Click to hide internal directories.