callpath

package
v0.2.47 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2024 License: LGPL-2.1 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Cache added in v0.2.46

func Cache(script, method string) uint32

Cache using Hash-based Transmission to reduce network transmission overhead

Types

type CallPath

type CallPath struct {
	Category   Category
	ExcludeSrc bool
	Id         uid.Id
	Script     string
	Method     string
}

func Parse

func Parse(data []byte) (CallPath, error)

func (CallPath) Encode

func (cp CallPath) Encode(short bool) ([]byte, error)

func (CallPath) String

func (cp CallPath) String() string

type Category added in v0.2.46

type Category uint8
const (
	Service Category = 'S'
	Runtime Category = 'R'
	Entity  Category = 'E'
	Client  Category = 'C'
)

Jump to

Keyboard shortcuts

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