rpcstack

package
v0.1.93 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2024 License: LGPL-2.1 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Name      = self.Name
	Using     = self.Using
	Install   = self.Install
	Uninstall = self.Uninstall
)
View Source
var EmptyCallChain = CallChain{}

Functions

func UnsafeRPCStack deprecated

func UnsafeRPCStack(r IRPCStack) _UnsafeRPCStack

Deprecated: UnsafeFrame 访问RPC调用堆栈支持内部方法

Types

type Call

type Call = variant.Call

type CallChain

type CallChain = variant.CallChain

type IRPCStack

type IRPCStack interface {

	// CallChain 调用链
	CallChain() CallChain
	// Variables 栈变量
	Variables() *Variables
	// contains filtered or unexported methods
}

IRPCStack RPC调用堆栈支持

type Variables

type Variables generic.UnorderedSliceMap[string, any]

func (Variables) Each added in v0.1.93

func (m Variables) Each(fun generic.Action2[string, any])

func (Variables) Get

func (m Variables) Get(k string) any

func (Variables) Range

func (m Variables) Range(fun generic.Func2[string, any, bool])

func (*Variables) Set

func (m *Variables) Set(k string, v any)

Jump to

Keyboard shortcuts

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