ecutils

package
v0.0.0-...-455acac Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2017 License: BSD-2-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Eface2ByteSlice

func Eface2ByteSlice(arg interface{}) (*[]byte, bool)

Eface2ByteSlice returns pointer to []byte and true if arg is a []byte or nil and false otherwise

DEPRECATED: use go generate

func Eface2String

func Eface2String(arg interface{}) (*string, bool)

Eface2String returns pointer to string and true if arg is a string or nil and false otherwise

DEPRECATED: use go generate

func GetDataPtr

func GetDataPtr(arg interface{}) unsafe.Pointer

GetDataPtr returns pointer to arg's data panics if arg is a pointer to value

func GetKind

func GetKind(arg interface{}) uintptr

GetKind returns arg's kind panics if arg is a pointer to value

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL