server

package
v0.0.0-...-1949622 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2017 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DB_NAME      string = "log_post"
	BUCKET       string = "log_post_clients"
	TRACE_PREFIX        = "TRACE: "
	INFO_PREFIX         = "INFO: "
	ERROR_PREFIX        = "ERROR: "
	FATAL_PREFIX        = "FATAL: "
)

Variables

This section is empty.

Functions

This section is empty.

Types

type LogStore

type LogStore interface {
	PrintMsg(s string)
}

type LogTask

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

func (*LogTask) Execute

func (t *LogTask) Execute()

type StdOutStore

type StdOutStore struct {
}

func (*StdOutStore) PrintMsg

func (p *StdOutStore) PrintMsg(s string)

Jump to

Keyboard shortcuts

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