other

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package other is used to check reachable types declared in other packages.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Implementor added in v0.1.4

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

Implementor implements demo.Target, but since it's in another package, it's not eligible for inclusion.

func (Implementor) Value added in v0.1.4

func (i Implementor) Value() string

Value implements the Target interface.

type Reachable

type Reachable struct{}

Reachable is reachable from our Container type, but we can't do anything to make it implement a common interface (unless we want the generator to start writing into multiple output directories in a single pass, which seems fraught).

Jump to

Keyboard shortcuts

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