Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MyInterfacer ¶
type MyInterfacer interface {
// contains filtered or unexported methods
}
func MakemyStructA ¶
func MakemyStructA(name string) MyInterfacer
MakemyStructA create the interface for myStructA INTERFACE AS A RETURN
func MakemyStructB ¶
func MakemyStructB(x, y int) MyInterfacer
MakemyStructB create the interface for myStructB INTERFACE AS A RETURN
Click to show internal directories.
Click to hide internal directories.