Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Contains ¶
func Contains(target interface{}, obj interface{}) bool
Contains checks whether an element is in a collection like Slice, Array, Map.
func FullName ¶
func FullName(fn interface{}) string
FullName fetches the full name of a method including the package and struct
func MethodName ¶
func MethodName(fn interface{}) string
MethodName fetches the exact name of a method
func PbMethodName ¶
func PbMethodName(fn interface{}) string
PbMethodName returns the method name for a given proto buffer method
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.