Versions in this module Expand all Collapse all v0 v0.10.2 May 12, 2024 v0.10.1 Mar 17, 2024 Changes in this version + const ArchAll + const DistGen + func ArrayUint32Has(ar []uint32, v uint32) bool + func BytesCopy(src []byte) []byte + func BytesToUint16(bs []byte) uint16 + func BytesToUint32(bs []byte) uint32 + func BytesToUint64(bs []byte) uint64 + func FsMakeDir(path string, uid, gid int, mode os.FileMode) error + func FsMakeFileDir(path string, uid, gid int, mode os.FileMode) error + func FsWrite(file string, bs []byte) error + func ResSysHostEnvDistArch() (string, string, error) + func ResSysHostKernel() string + func TimePrefixRandHexString(tlen, rlen int) string + func Uint16ToHexString(v uint16) string + func Uint32ToBytes(v uint32) []byte + func Uint32ToHexString(v uint32) string + func Uint64ToBytes(v uint64) []byte + type EnvDocker struct + ServerVersion string + func ResSyncHostEnvDockerInfo() EnvDocker + type EnvOs struct + Kernel string + func ResSysHostEnvOsInfo() EnvOs