proto

package
v0.0.0-...-c344868 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DebugObjectResult

type DebugObjectResult struct {
	Encoding         string `mapstructure:"encoding"`
	RefCount         int64  `mapstructure:"refcount"`
	SerializedLength int64  `mapstructure:"serializedlength"`
	LRU              int64  `mapstructure:"lru"`
	LRUSecondsIdle   int64  `mapstructure:"lru_seconds_idle"`
}

func ParseDebugObjectResult

func ParseDebugObjectResult(raw string) (result *DebugObjectResult, err error)

debug object result example: Value at:0x60000377c070 refcount:1 encoding:listpack serializedlength:26 lru:1904357 lru_seconds_idle:6

Jump to

Keyboard shortcuts

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