Documentation ¶ Index ¶ func FromContext(ctx context.Context) fs.FS func ReadDir(ctx context.Context, path string) ([]fs.DirEntry, error) func ReadFile(ctx context.Context, path string) ([]byte, error) func WithContext(ctx context.Context, fsys fs.FS) context.Context Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func FromContext ¶ func FromContext(ctx context.Context) fs.FS func ReadDir ¶ func ReadDir(ctx context.Context, path string) ([]fs.DirEntry, error) func ReadFile ¶ func ReadFile(ctx context.Context, path string) ([]byte, error) func WithContext ¶ func WithContext(ctx context.Context, fsys fs.FS) context.Context Types ¶ This section is empty. Source Files ¶ View all Source files fs.go Click to show internal directories. Click to hide internal directories.