Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parte1Interface ¶
type Parte1Interface interface {
GetParte1() string
}
type Parte1Struct ¶
type Parte1Struct struct {
Parte2Interface parte2.Parte2Interface
Parte3Interface parte3.Parte3Interface
}
func (*Parte1Struct) GetParte1 ¶
func (p1 *Parte1Struct) GetParte1() string
Click to show internal directories.
Click to hide internal directories.