types

package
v0.0.5 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TryDereference added in v0.0.4

func TryDereference(t *types.Type) *types.Type

TryDereference returns the underlying type when t is a pointer, map, or slice.

Types

type ApiPackage

type ApiPackage struct {
	ApiGroup   string
	ApiVersion string
	GoPackages []*types.Package
	Types      []*types.Type // because multiple 'types.Package's can add types to an apiVersion
	Constants  []*types.Type
}

func (*ApiPackage) DisplayName

func (v *ApiPackage) DisplayName() string

func (*ApiPackage) Identifier

func (v *ApiPackage) Identifier() string

Jump to

Keyboard shortcuts

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