testcode

package
v0.0.4 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface1

type Interface1 interface {
	Method1(value1 string) error
}

type Interface2

type Interface2 interface {
	Method2(value2 string) error
}

type Interface3

type Interface3 interface {
	Interface1
	Interface2
	Method3(value3 string) error
}

type Interface4

type Interface4 interface {
	Interface3
	Method4(value4 string) error
}

type Interface4Impl

type Interface4Impl struct {
}

func (*Interface4Impl) Method1

func (i *Interface4Impl) Method1(value1 string) error

func (*Interface4Impl) Method2

func (i *Interface4Impl) Method2(value2 string) error

func (*Interface4Impl) Method3

func (i *Interface4Impl) Method3(value3 string) error

func (*Interface4Impl) Method4

func (i *Interface4Impl) Method4(value4 string) error

Jump to

Keyboard shortcuts

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