Documentation ¶ Index ¶ type Stub func (s Stub) Uninstall() type Stubbed func Install(g *metadata.Getter, v string) Stubbed func InstallError(g *metadata.Getter, err error) Stubbed func InstallPanic(g *metadata.Getter, v interface{}) Stubbed Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Stub ¶ type Stub []Stubbed func (Stub) Uninstall ¶ func (s Stub) Uninstall() type Stubbed ¶ type Stubbed struct { // contains filtered or unexported fields } func Install ¶ func Install(g *metadata.Getter, v string) Stubbed func InstallError ¶ func InstallError(g *metadata.Getter, err error) Stubbed func InstallPanic ¶ func InstallPanic(g *metadata.Getter, v interface{}) Stubbed Source Files ¶ View all Source files metadatatesting.go Click to show internal directories. Click to hide internal directories.