Documentation ¶ Index ¶ type Dummy func New() *Dummy func (dfs *Dummy) Get(ctx context.Context, path string) ([]byte, error) func (dfs *Dummy) ReadDir(ctx context.Context, path string) ([]string, error) func (dfs *Dummy) Stat(ctx context.Context, path string) (*fs.FileInfo, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Dummy ¶ type Dummy struct{} func New ¶ func New() *Dummy func (*Dummy) Get ¶ func (dfs *Dummy) Get(ctx context.Context, path string) ([]byte, error) func (*Dummy) ReadDir ¶ func (dfs *Dummy) ReadDir(ctx context.Context, path string) ([]string, error) func (*Dummy) Stat ¶ func (dfs *Dummy) Stat(ctx context.Context, path string) (*fs.FileInfo, error) Source Files ¶ View all Source files dummy.go Click to show internal directories. Click to hide internal directories.