fsstore

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store struct {
	Root string
}

Store struct represents directory on FS used to store message bodies.

Always use field names on initialization because new fields may be added without a major version change.

func (*Store) Create

func (s *Store) Create(key string) (io.WriteCloser, error)

func (*Store) Delete

func (s *Store) Delete(keys []string) error

func (*Store) Open

func (s *Store) Open(key string) (io.ReadCloser, error)

Jump to

Keyboard shortcuts

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