deps

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2022 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FeedServer

type FeedServer struct {
	// contains filtered or unexported fields
}

func NewFeedServer

func NewFeedServer() (*FeedServer, error)

func (*FeedServer) CleanUp

func (f *FeedServer) CleanUp() error

func (*FeedServer) Port

func (f *FeedServer) Port() int

func (*FeedServer) Responses

func (f *FeedServer) Responses() map[string]bool

type Filesystem

type Filesystem struct {
	// contains filtered or unexported fields
}

func NewFilesystem

func NewFilesystem(prefix string) (Filesystem, error)

func (Filesystem) CleanUp

func (f Filesystem) CleanUp() error

func (Filesystem) ListAllFiles

func (f Filesystem) ListAllFiles() ([]string, error)

func (Filesystem) String

func (f Filesystem) String() string

func (Filesystem) SubDir

func (f Filesystem) SubDir(path string) Filesystem

type InProcessMinioServer

type InProcessMinioServer struct {
	Port     int
	User     string
	Password string
	// contains filtered or unexported fields
}

func (*InProcessMinioServer) CleanUp

func (server *InProcessMinioServer) CleanUp()

func (*InProcessMinioServer) Config

func (server *InProcessMinioServer) Config(bucket string) config.ObjectStorage

func (*InProcessMinioServer) EnsureLaunched

func (server *InProcessMinioServer) EnsureLaunched() error

func (*InProcessMinioServer) NewBucket

func (server *InProcessMinioServer) NewBucket() (string, error)

Jump to

Keyboard shortcuts

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