Directories ¶
Path | Synopsis |
---|---|
Sample program to show how what we are doing is NOT embedding a type but just using a type as a field.
|
Sample program to show how what we are doing is NOT embedding a type but just using a type as a field. |
Sample program to show how to embed a type into another type and the relationship between the inner and outer type.
|
Sample program to show how to embed a type into another type and the relationship between the inner and outer type. |
Sample program to show how embedded types work with interfaces.
|
Sample program to show how embedded types work with interfaces. |
Sample program to show what happens when the outer and inner type implement the same interface.
|
Sample program to show what happens when the outer and inner type implement the same interface. |
This program defines a type Feed with two methods: Count and Fetch.
|
This program defines a type Feed with two methods: Count and Fetch. |
Click to show internal directories.
Click to hide internal directories.