Documentation ¶
Overview ¶
servebundle
Index ¶
- type BundleFile
- func (bf *BundleFile) Close() error
- func (bf *BundleFile) IsDir() bool
- func (bf *BundleFile) ModTime() time.Time
- func (bf *BundleFile) Mode() os.FileMode
- func (bf *BundleFile) Name() string
- func (bf *BundleFile) Read(p []byte) (n int, err error)
- func (bf *BundleFile) Readdir(count int) ([]os.FileInfo, error)
- func (bf *BundleFile) Seek(offset int64, whence int) (int64, error)
- func (bf *BundleFile) Size() int64
- func (bf *BundleFile) Stat() (os.FileInfo, error)
- func (bf *BundleFile) Sys() interface{}
- type ServeBundle
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BundleFile ¶
type BundleFile struct {
// contains filtered or unexported fields
}
func (*BundleFile) Close ¶
func (bf *BundleFile) Close() error
func (*BundleFile) IsDir ¶
func (bf *BundleFile) IsDir() bool
func (*BundleFile) ModTime ¶
func (bf *BundleFile) ModTime() time.Time
func (*BundleFile) Mode ¶
func (bf *BundleFile) Mode() os.FileMode
func (*BundleFile) Name ¶
func (bf *BundleFile) Name() string
func (*BundleFile) Size ¶
func (bf *BundleFile) Size() int64
func (*BundleFile) Sys ¶
func (bf *BundleFile) Sys() interface{}
Click to show internal directories.
Click to hide internal directories.