package store
import "github.com/forensicanalysis/artifactcollector/store"
Index ¶
- type ZipStore
- func NewSimpleStore(f *os.File) *ZipStore
- func (k *ZipStore) Close() error
- func (k *ZipStore) InsertStruct(artifact, id string, element interface{}) error
- func (k *ZipStore) LoadFile(filePath string) (file io.Reader, err error)
- func (k *ZipStore) StoreFile(filePath string) (storePath string, file io.Writer, err error)
- func (k *ZipStore) Write(b []byte) (int, error)
Types ¶
type ZipStore ¶
type ZipStore struct {
// contains filtered or unexported fields
}
func NewSimpleStore ¶
func (*ZipStore) Close ¶
func (*ZipStore) InsertStruct ¶
func (*ZipStore) LoadFile ¶
func (*ZipStore) StoreFile ¶
func (*ZipStore) Write ¶
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
store/aczip | Package zip provides support for reading and writing ZIP archives. |
- Version
- v0.17.1 (latest)
- Published
- Oct 19, 2024
- Platform
- linux/amd64
- Imports
- 9 packages
- Last checked
- 2 days ago –
Tools for package owners.