Documentation ¶
Index ¶
- func GetProxySDIDByStructPtr(v interface{}) string
- func GetSDIDByReflectType(typeOfInterface reflect.Type) string
- func GetSDIDByStructPtr(v interface{}) string
- func GetStructName(v interface{}) string
- func GetTypeFromInterface(v interface{}) reflect.Type
- func IsPointerField(fieldType reflect.Type) bool
- func IsProxyStructPtr(v interface{}) bool
- func IsSliceField(fieldType reflect.Type) bool
- func ToCamelCase(src string) string
- func ToFirstCharLower(input string) string
- func ToFirstCharUpper(input string) string
- func ToRPCClientStubInterfaceSDID(clientStubSDID string) (string, error)
- func ToRPCClientStubSDID(clientStubInterfaceSDID string) (string, error)
- func ToRPCServiceSDID(clientStubInterfaceSDID string) string
- func ToSnakeCase(src string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetProxySDIDByStructPtr ¶
func GetProxySDIDByStructPtr(v interface{}) string
func GetSDIDByReflectType ¶ added in v1.0.1
func GetSDIDByStructPtr ¶
func GetSDIDByStructPtr(v interface{}) string
func GetStructName ¶
func GetStructName(v interface{}) string
func GetTypeFromInterface ¶
func IsPointerField ¶
func IsProxyStructPtr ¶
func IsProxyStructPtr(v interface{}) bool
func IsSliceField ¶
func ToCamelCase ¶
func ToFirstCharLower ¶
func ToFirstCharUpper ¶
func ToRPCClientStubSDID ¶
func ToRPCServiceSDID ¶
func ToSnakeCase ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.