box

package
v0.0.17 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Box

type Box interface {

	// Add a file content to box
	Add(file string, content []byte)

	// Get a file from box
	Get(file string) []byte

	// Has a file in box
	Has(file string) bool

	// List  files in box
	List() []string
}
var Boxed Box = newEmbedBox()

Embed box expose

Jump to

Keyboard shortcuts

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