log

package
v0.0.0-...-18c6e13 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KV

type KV struct {
	Key string
	Val string
}

type Log

type Log struct {
	Last     bool
	LogQueue []KV
}

func NewLog

func NewLog() *Log

func (*Log) GetLastFlag

func (l *Log) GetLastFlag() bool

func (*Log) GetLogQueue

func (l *Log) GetLogQueue() []KV

func (*Log) SetLastFlag

func (l *Log) SetLastFlag(f bool)

func (*Log) SetLogQueue

func (l *Log) SetLogQueue(s []KV)

type LogWithCID

type LogWithCID struct {
	CID string
	Log
}

LogWithCID ...

func NewLogWithCID

func NewLogWithCID(cid string) *LogWithCID

NewLogWithCID new a log with container id of the target node

Jump to

Keyboard shortcuts

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