Documentation ¶
Index ¶
Constants ¶
View Source
const (
SESSION_FILE_VERSION = 1
)
Variables ¶
This section is empty.
Functions ¶
func EnsureDirectory ¶ added in v0.1.1
EnsureDirectory creates a directory if it does not exist and checks whether other users can read and write files in it.
Types ¶
type Recorder ¶
type Recorder struct {
// contains filtered or unexported fields
}
func NewRecorder ¶
type SessionReader ¶ added in v0.1.1
func Open ¶ added in v0.1.1
func Open(filename string) (SessionReader, error)
type SessionWriter ¶ added in v0.1.1
func Create ¶ added in v0.1.1
func Create(filename string) (SessionWriter, error)
Click to show internal directories.
Click to hide internal directories.