Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseInternal ¶
type BaseInternal struct{}
BaseInternal must be embedded on structs implementing InternalInterface.
type InternalInterface ¶
type InternalInterface interface {
// contains filtered or unexported methods
}
InternalInterface is an interface used to prevent library consumers to implement a given interface.
Click to show internal directories.
Click to hide internal directories.