Documentation ¶ Index ¶ Variables type Journal func NewJournalFromHandle(fd []uintptr) (j *Journal, err error) type LibHandle func GetHandle(libs []string) (*LibHandle, error) func (l *LibHandle) Close() error func (l *LibHandle) GetSymbolPointer(symbol string) (unsafe.Pointer, error) Constants ¶ This section is empty. Variables ¶ View Source var ErrSoNotFound = errors.New("unable to open a handle to the library") Functions ¶ This section is empty. Types ¶ type Journal ¶ type Journal struct { sdjournal.Journal } func NewJournalFromHandle ¶ func NewJournalFromHandle(fd []uintptr) (j *Journal, err error) type LibHandle ¶ type LibHandle struct { Handle unsafe.Pointer Libname string } func GetHandle ¶ func GetHandle(libs []string) (*LibHandle, error) func (*LibHandle) Close ¶ func (l *LibHandle) Close() error func (*LibHandle) GetSymbolPointer ¶ func (l *LibHandle) GetSymbolPointer(symbol string) (unsafe.Pointer, error) Source Files ¶ View all Source files sdjournalw.go Click to show internal directories. Click to hide internal directories.