fs

package
v0.0.0-...-de537f4 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Package fs contains an HTTP file system that works with zip contents.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsDefaultNamespace

func IsDefaultNamespace(assetNamespace string) bool

IsDefaultNamespace returns true if the assetNamespace is the default one

func New

func New() (http.FileSystem, error)

New creates a new file system with the default registered zip contents data. It unzips all files and stores them in an in-memory map.

func NewWithNamespace

func NewWithNamespace(assetNamespace string) (http.FileSystem, error)

NewWithNamespace creates a new file system with the registered zip contents data. It unzips all files and stores them in an in-memory map.

func Register

func Register(data string)

Register registers zip contents data, later used to initialize the statik file system.

func RegisterWithNamespace

func RegisterWithNamespace(assetNamespace string, data string)

RegisterWithNamespace registers zip contents data and set asset namespace, later used to initialize the statik file system.

Types

This section is empty.

Jump to

Keyboard shortcuts

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