Documentation ¶
Overview ¶
Package private is used to define interfaces that are only implemented by packages in the same module. Because this is defined in an internal package, it can only be implemented by packages in the same module. Normally doing this with a standard package local private() means only the package can implement it. This extends the reach to the module level.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.