Documentation
¶
Index ¶
- type Factory
- type IFactory
- type IObject1
- type IObject2
- type Object1
- type Object2
- type StructWithMethods
- func (s StructWithMethods) GetFieldString() string
- func (s StructWithMethods) GetFieldStruct() childpkg.Struct
- func (s *StructWithMethods) SetAllFields(val StructWithMethods)
- func (s *StructWithMethods) SetFieldStringFromInterface(val childpkg.Interface)
- func (s *StructWithMethods) SetFieldStruct(val childpkgalias.Struct)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IFactory ¶
type IFactory interface {
// NewObject1 comment
NewObject1(string) IObject1
// NewObject2 comment
NewObject2(val string) IObject2
}
IFactory .
type StructWithMethods ¶
StructWithMethods comment
func (StructWithMethods) GetFieldString ¶
func (s StructWithMethods) GetFieldString() string
func (StructWithMethods) GetFieldStruct ¶
func (s StructWithMethods) GetFieldStruct() childpkg.Struct
GetFieldStruct comment
func (*StructWithMethods) SetAllFields ¶
func (s *StructWithMethods) SetAllFields(val StructWithMethods)
func (*StructWithMethods) SetFieldStringFromInterface ¶
func (s *StructWithMethods) SetFieldStringFromInterface(val childpkg.Interface)
func (*StructWithMethods) SetFieldStruct ¶
func (s *StructWithMethods) SetFieldStruct(val childpkgalias.Struct)
Click to show internal directories.
Click to hide internal directories.