core

package
v0.0.0-...-f4b6cf4 Latest Latest
Warning

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

Go to latest
Published: May 24, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildMethodID

func BuildMethodID(methodSignature string) string

Types

type FunctionEncoder

type FunctionEncoder struct{}

FunctionEncoder 用于编码函数调用数据

type TypeReference

type TypeReference struct {
	// contains filtered or unexported fields
}

TypeReference 是一个抽象类,用于表示类型引用

func CreateTypeReference

func CreateTypeReference(indexed bool, t interface{}) *TypeReference

CreateTypeReference 创建一个类型引用

func NewTypeReference

func NewTypeReference(indexed bool, t interface{}) *TypeReference

NewTypeReference 创建一个新的类型引用

func (*TypeReference) GetType

func (tr *TypeReference) GetType() reflect.Type

GetType 返回类型

func (*TypeReference) IsIndexed

func (tr *TypeReference) IsIndexed() bool

IsIndexed 返回是否为索引类型

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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