Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type LogWriter ¶
type LogWriter struct {
// contains filtered or unexported fields
}
func NewLogWriter ¶
type PidFile ¶
type PidFile struct {
// contains filtered or unexported fields
}
func NewPidFile ¶
func (*PidFile) MustRelease ¶
func (p *PidFile) MustRelease()
type ScheduleExpression ¶
type ScheduleExpression struct {
// contains filtered or unexported fields
}
func NewSchedule ¶
func NewSchedule(expression string) (*ScheduleExpression, error)
func (ScheduleExpression) String ¶
func (s ScheduleExpression) String() string
func (*ScheduleExpression) UnmarshalText ¶
func (s *ScheduleExpression) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.