Documentation ¶ Index ¶ type CaptureFilename func (cf *CaptureFilename) String() string type Timestamp func Now() Timestamp func StringToTimestamp(timestamp string) (*Timestamp, error) func (timestamp *Timestamp) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type CaptureFilename ¶ type CaptureFilename struct { CaptureName string NodeHostname string StartTimestamp *Timestamp } func (*CaptureFilename) String ¶ func (cf *CaptureFilename) String() string type Timestamp ¶ type Timestamp struct { time.Time } func Now ¶ func Now() Timestamp func StringToTimestamp ¶ func StringToTimestamp(timestamp string) (*Timestamp, error) func (*Timestamp) String ¶ func (timestamp *Timestamp) String() string Source Files ¶ View all Source files capture_filename.gotimestamp.go Click to show internal directories. Click to hide internal directories.