reflected

package
v0.0.0-...-c15b1ab Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Method

type Method struct {
	Name    string
	PkgPath string
	Type    Type
}

type StructField

type StructField struct {
	Name    string
	PkgPath string
	Type    Type
}

type Type

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

func TypeOf

func TypeOf(s *jsonschema.Schema) Type

func (Type) Elem

func (t Type) Elem() Type

func (Type) Field

func (t Type) Field(i int) StructField

func (Type) FieldByName

func (t Type) FieldByName(name string) (StructField, bool)

func (Type) In

func (t Type) In(i int) Type

func (Type) IsVariadic

func (t Type) IsVariadic() bool

func (Type) Key

func (t Type) Key() Type

func (Type) Kind

func (t Type) Kind() reflect.Kind

func (Type) Method

func (t Type) Method(i int) Method

func (Type) MethodByName

func (t Type) MethodByName(name string) (Method, bool)

func (Type) Name

func (t Type) Name() string

func (Type) NumField

func (t Type) NumField() int

func (Type) NumIn

func (t Type) NumIn() int

func (Type) NumMethod

func (t Type) NumMethod() int

func (Type) NumOut

func (t Type) NumOut() int

func (Type) Out

func (t Type) Out(i int) Type

func (Type) PkgPath

func (t Type) PkgPath() string

func (Type) String

func (t Type) String() string

Jump to

Keyboard shortcuts

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