# Functions
FullTypeName returns the full qualified name of a reflect.Type The fully qualified name is the combination of the type PkgPath and its Name.
FullTypeNameOf returns the full qualified name of the given interface The fully qualified name is the combination of the type PkgPath and its Name.