testpkg

package
v0.0.0-...-4ce3e9c Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2016 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ExportedDefaultExportedStruct = ExportedStruct{}

ExportedDefaultExportedStruct to be generated

View Source
var ExportedDefaultExportedStructPtr = &ExportedStruct{}

ExportedDefaultExportedStructPtr to be generated

View Source
var ExportedDefaultUnexportedInterface unexportedInterface = impl{}

ExportedDefaultunexportedInterface to be generated

View Source
var ExportedDefaultUnexportedStruct = unexportedStruct{}

ExportedDefaultUnexportedStruct to be generated

View Source
var ExportedDefaultUnexportedStructPtr = &unexportedStruct{}

ExportedDefaultUnexportedStructPtr to be generated

Functions

func EDEIEmbedded

func EDEIEmbedded()

EDEIEmbedded is a wrapper around ExportedDefaultExportedInterface.Embedded

func EDEIWrapped

func EDEIWrapped(something string) (io.Writer, error)

EDEIWrapped is a wrapper around ExportedDefaultExportedInterface.Wrapped

func EDEIWrappedVariadric

func EDEIWrappedVariadric(something ...string) error

EDEIWrappedVariadric is a wrapper around ExportedDefaultExportedInterface.WrappedVariadric

func EDESMethodPtr

func EDESMethodPtr()

EDESMethodPtr is a wrapper around ExportedDefaultExportedStruct.MethodPtr

func EDESMethodVal

func EDESMethodVal()

EDESMethodVal is a wrapper around ExportedDefaultExportedStruct.MethodVal

func EDESPMethodPtr

func EDESPMethodPtr()

EDESPMethodPtr is a wrapper around ExportedDefaultExportedStructPtr.MethodPtr

func EDESPMethodVal

func EDESPMethodVal()

EDESPMethodVal is a wrapper around ExportedDefaultExportedStructPtr.MethodVal

func EDUIEmbedded

func EDUIEmbedded()

EDUIEmbedded is a wrapper around ExportedDefaultUnexportedInterface.Embedded

func EDUIWrapped

func EDUIWrapped(something string) (io.Writer, error)

EDUIWrapped is a wrapper around ExportedDefaultUnexportedInterface.Wrapped

func EDUIWrappedVariadric

func EDUIWrappedVariadric(something ...string) error

EDUIWrappedVariadric is a wrapper around ExportedDefaultUnexportedInterface.WrappedVariadric

func EDUSMethodPtr

func EDUSMethodPtr()

EDUSMethodPtr is a wrapper around ExportedDefaultUnexportedStruct.MethodPtr

func EDUSMethodVal

func EDUSMethodVal()

EDUSMethodVal is a wrapper around ExportedDefaultUnexportedStruct.MethodVal

func EDUSPMethodPtr

func EDUSPMethodPtr()

EDUSPMethodPtr is a wrapper around ExportedDefaultUnexportedStructPtr.MethodPtr

func EDUSPMethodVal

func EDUSPMethodVal()

EDUSPMethodVal is a wrapper around ExportedDefaultUnexportedStructPtr.MethodVal

func UDEIEmbedded

func UDEIEmbedded()

UDEIEmbedded is a wrapper around unexportedDefaultExportedInterface.Embedded

func UDEIWrapped

func UDEIWrapped(something string) (io.Writer, error)

UDEIWrapped is a wrapper around unexportedDefaultExportedInterface.Wrapped

func UDEIWrappedVariadric

func UDEIWrappedVariadric(something ...string) error

UDEIWrappedVariadric is a wrapper around unexportedDefaultExportedInterface.WrappedVariadric

func UDESMethodPtr

func UDESMethodPtr()

UDESMethodPtr is a wrapper around unexportedDefaultExportedStruct.MethodPtr

func UDESMethodVal

func UDESMethodVal()

UDESMethodVal is a wrapper around unexportedDefaultExportedStruct.MethodVal

func UDESPMethodPtr

func UDESPMethodPtr()

UDESPMethodPtr is a wrapper around unexportedDefaultExportedStructPtr.MethodPtr

func UDESPMethodVal

func UDESPMethodVal()

UDESPMethodVal is a wrapper around unexportedDefaultExportedStructPtr.MethodVal

func UDUIEmbedded

func UDUIEmbedded()

UDUIEmbedded is a wrapper around unexportedDefaultUnexportedInterface.Embedded

func UDUIWrapped

func UDUIWrapped(something string) (io.Writer, error)

UDUIWrapped is a wrapper around unexportedDefaultUnexportedInterface.Wrapped

func UDUIWrappedVariadric

func UDUIWrappedVariadric(something ...string) error

UDUIWrappedVariadric is a wrapper around unexportedDefaultUnexportedInterface.WrappedVariadric

func UDUSMethodPtr

func UDUSMethodPtr()

UDUSMethodPtr is a wrapper around unexportedDefaultUnexportedStruct.MethodPtr

func UDUSMethodVal

func UDUSMethodVal()

UDUSMethodVal is a wrapper around unexportedDefaultUnexportedStruct.MethodVal

func UDUSPMethodPtr

func UDUSPMethodPtr()

UDUSPMethodPtr is a wrapper around unexportedDefaultUnexportedStructPtr.MethodPtr

func UDUSPMethodVal

func UDUSPMethodVal()

UDUSPMethodVal is a wrapper around unexportedDefaultUnexportedStructPtr.MethodVal

Types

type ExportedInterface

type ExportedInterface interface {

	// Wrapped documentation goes here
	Wrapped(something string) (io.Writer, error)
	WrappedVariadric(something ...string) error
	// contains filtered or unexported methods
}

ExportedInterface for tests

var ExportedDefaultExportedInterface ExportedInterface = impl{}

ExportedDefaultExportedInterface to be generated

type ExportedStruct

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

ExportedStruct is a random test struct

func (*ExportedStruct) EmbeddedPtr

func (_ *ExportedStruct) EmbeddedPtr()

func (ExportedStruct) EmbeddedVal

func (_ ExportedStruct) EmbeddedVal()

func (*ExportedStruct) MethodPtr

func (*ExportedStruct) MethodPtr()

MethodPtr docs

func (ExportedStruct) MethodVal

func (ExportedStruct) MethodVal()

MethodVal docs

Jump to

Keyboard shortcuts

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