typex

package module
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2025 License: MIT Imports: 10 Imported by: 0

README

typex

codecov Go Report Card Go Reference

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Method

type Method = x.Method

type RMethod

type RMethod struct {
	reflect.Method
}

func (*RMethod) Name

func (m *RMethod) Name() string

func (*RMethod) PkgPath

func (m *RMethod) PkgPath() string

func (*RMethod) Type

func (m *RMethod) Type() Type

type RStructField

type RStructField struct {
	reflect.StructField
}

func (*RStructField) Anonymous

func (f *RStructField) Anonymous() bool

func (*RStructField) Name

func (f *RStructField) Name() string

func (*RStructField) PkgPath

func (f *RStructField) PkgPath() string

func (*RStructField) Tag

func (f *RStructField) Tag() reflect.StructTag

func (*RStructField) Type

func (f *RStructField) Type() Type

type StructField

type StructField = x.StructField

type TMethod

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

func (*TMethod) Name

func (m *TMethod) Name() string

func (*TMethod) PkgPath

func (m *TMethod) PkgPath() string

func (*TMethod) Type

func (m *TMethod) Type() Type

type TStructField

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

func (*TStructField) Anonymous

func (f *TStructField) Anonymous() bool

func (*TStructField) Name

func (f *TStructField) Name() string

func (*TStructField) PkgPath

func (f *TStructField) PkgPath() string

func (*TStructField) Tag

func (f *TStructField) Tag() reflect.StructTag

func (*TStructField) Type

func (f *TStructField) Type() Type

type Type

type Type = x.Type

func Deref added in v0.2.1

func Deref(t Type) Type

func NewRType

func NewRType(t reflect.Type) Type

func NewTType

func NewTType(t any) Type

Directories

Path Synopsis
x

Jump to

Keyboard shortcuts

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