memory

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateGuidByte

func GenerateGuidByte() (data []byte, err error)

func Uint32ToByte

func Uint32ToByte(data uint32) (output []byte)

func Uint64ToByte

func Uint64ToByte(data uint64) (output []byte)

Types

type GUID

type GUID struct {
	Data1 uint32
	Data2 uint16
	Data3 uint16
	Data4 [8]byte
}

func GenerateGuid

func GenerateGuid() (guid GUID, err error)

func GuidFromBytes

func GuidFromBytes(data []byte) (guid GUID, err error)

func GuidFromString

func GuidFromString(g string) (guid GUID, err error)

func (GUID) String

func (guid GUID) String() string

func (GUID) ToByte

func (data GUID) ToByte() (output []byte, err error)

Jump to

Keyboard shortcuts

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