mirreflect

package
v0.4.4 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GeneratedType

type GeneratedType interface {
	MirReflect() Type
}

type Type

type Type interface {
	// PbType returns the protoc-generated type that corresponds to this Mir-generated type.
	PbType() reflect.Type
}

Type represents runtime information about a Mir-generated type.

type TypeImpl

type TypeImpl struct {
	PbType_ reflect.Type // nolint
}

TypeImpl is an implementation of the Type interface. As new functionality is being added to the mirreflect package, this type is likely to be removed and replaced by more specific types.

func (TypeImpl) PbType

func (t TypeImpl) PbType() reflect.Type

Jump to

Keyboard shortcuts

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