Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyFileLocal ¶
func CopyFileLocal(f CopyableFile) error
Types ¶
type BaseAsset ¶
type BaseAsset struct { Length int64 AssetName string TargetDir string TargetName string Permissions string // contains filtered or unexported fields }
func (*BaseAsset) GetAssetName ¶
func (*BaseAsset) GetPermissions ¶
func (*BaseAsset) GetTargetDir ¶
func (*BaseAsset) GetTargetName ¶
type CopyableFile ¶
type MemoryAsset ¶
type MemoryAsset struct {
BaseAsset
}
func (*MemoryAsset) GetLength ¶
func (m *MemoryAsset) GetLength() int64
Click to show internal directories.
Click to hide internal directories.