parser

package
v0.0.0-...-7cc471b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse

func Parse(input []byte) ([]byte, error)

Types

type Location

type Location struct {
	Name   string `json:"name"`
	Active bool   `json:"active"`
	SigLev int32  `json:"siglev"`
}

Location represents node location

type Result

type Result struct {
	Time      time.Time  `json:"time"`
	Locations []Location `json:"locations"`
	Raw       string     `json:"raw"`
}

Result represents a single log record from /tmp/sql_state

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL