Documentation
¶
Index ¶
Constants ¶
View Source
const ( EscrJournal = 'J' EscrMarket = 'C' // Commerce EscrModules = 'M' EscrOutfit = 'F' EscrShipyard = 'Y' EscrStatus = 'S' )
Variables ¶
View Source
var (
LogConfig = l.Config(log)
)
Functions ¶
func IsJournalFile ¶
Types ¶
type JournalDir ¶
type JournalDir struct {
Dir string
PerJLine func([]byte)
OnStatChg func(tag rune, file string)
Quit chan bool
// PollWaitMin will be set to a reasonable default
PollWaitMin time.Duration
// PollWaitMax will be set to a reasonable default
PollWaitMax time.Duration
}
func (*JournalDir) Watch ¶
func (jd *JournalDir) Watch(startWith string)
Click to show internal directories.
Click to hide internal directories.