mongo

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2018 License: MIT Imports: 15 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewTestSuite

func NewTestSuite(model *suite.Model) (storage.TestSuite, error)

NewTestSuite creates a common test suite

Types

type ModuleStore

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

ModuleStore represents a mongo backed storage backend.

func NewStorage

func NewStorage(connectionString string) (*ModuleStore, error)

NewStorage returns a connected Mongo backed storage that satisfies the Backend interface.

func NewStorageWithCert added in v0.1.0

func NewStorageWithCert(connectionString, certPath string) (*ModuleStore, error)

NewStorageWithCert returns a connected Mongo backed storage that satisfies the Backend interface.

func (*ModuleStore) Delete

func (s *ModuleStore) Delete(ctx context.Context, module, version string) error

Delete removes a specific version of a module

func (*ModuleStore) Exists

func (s *ModuleStore) Exists(ctx context.Context, module, vsn string) (bool, error)

Exists checks for a specific version of a module

func (*ModuleStore) GoMod added in v0.1.0

func (s *ModuleStore) GoMod(ctx context.Context, module, vsn string) ([]byte, error)

GoMod implements storage.Getter

func (*ModuleStore) Info added in v0.1.0

func (s *ModuleStore) Info(ctx context.Context, module, vsn string) ([]byte, error)

Info implements storage.Getter

func (*ModuleStore) List

func (s *ModuleStore) List(ctx context.Context, module string) ([]string, error)

List lists all versions of a module

func (*ModuleStore) Save

func (s *ModuleStore) Save(ctx context.Context, module, version string, mod []byte, zip io.Reader, info []byte) error

Save stores a module in mongo storage.

func (*ModuleStore) Zip added in v0.1.0

func (s *ModuleStore) Zip(ctx context.Context, module, vsn string) (io.ReadCloser, error)

Zip implements storage.Getter

type TestSuite

type TestSuite struct {
	*suite.Model
	// contains filtered or unexported fields
}

TestSuite implements storage.TestSuite interface

func (*TestSuite) Cleanup

func (ts *TestSuite) Cleanup() error

Cleanup tears down test

func (*TestSuite) Storage

func (ts *TestSuite) Storage() storage.Backend

Storage retrieves initialized storage backend

func (*TestSuite) StorageHumanReadableName

func (ts *TestSuite) StorageHumanReadableName() string

StorageHumanReadableName retrieves readable identifier of the storage

Jump to

Keyboard shortcuts

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