Versions in this module Expand all Collapse all v3 v3.0.1 Mar 21, 2022 v3.0.0 Mar 21, 2022 Changes in this version + type Decoder struct + func NewDecoder(line []byte) *Decoder + func (dec *Decoder) Err() error + func (dec *Decoder) Key() []byte + func (dec *Decoder) Reset(line []byte) + func (dec *Decoder) ScanKeyval() bool + func (dec *Decoder) Value() []byte + type SyntaxError struct + Msg string + Pos int + func (e *SyntaxError) Error() string Other modules containing this package github.com/pao214/loki/v2