logstore

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2018 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Level

type Level = string

Level describes a log level.

type Service

type Service interface {
	Get(uuid uuid.UUID) (*model.Job, error)
	Append(uuid uuid.UUID, message model.Message) error
	Start(uuid uuid.UUID) error
	Finish(uuid uuid.UUID) error
	Close() error
}

Service is a interface describe store for log.

func New

func New() (Service, error)

New returns a implementation of Service interface.

Directories

Path Synopsis
Package mock_logstore is a generated GoMock package.
Package mock_logstore is a generated GoMock package.

Jump to

Keyboard shortcuts

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