Go to file
ptrcnull fa2e8d756f
All checks were successful
continuous-integration/drone/push Build is passing
fix: Get rid of syntax errors
...for now
2021-11-16 13:32:42 +01:00
cmd/govmtoolsd feat: Initial comimt 2021-11-10 09:06:53 +01:00
.drone.yml feat: Add CI 2021-11-16 13:31:11 +01:00
go.mod feat: Initial comimt 2021-11-10 09:06:53 +01:00
go.sum feat: Initial comimt 2021-11-10 09:06:53 +01:00
network.go fix: Get rid of syntax errors 2021-11-16 13:32:42 +01:00
network_xdr.go feat: Initial comimt 2021-11-10 09:06:53 +01:00
proto.go feat: Initial comimt 2021-11-10 09:06:53 +01:00
README.md feat: Initial comimt 2021-11-10 09:06:53 +01:00
rpc.go feat: Initial comimt 2021-11-10 09:06:53 +01:00
socket.go feat: Initial comimt 2021-11-10 09:06:53 +01:00
version.go feat: Initial comimt 2021-11-10 09:06:53 +01:00

govmtools

Reimplementation of open-vm-tools in pure Go

DataMap

Field types

  • empty = 0
  • int64 = 1
  • string = 2
  • int64list = 3
  • stringlist = 4
  • max = 5

Fields

  • type = 1
  • payload = 2
  • fast_close = 3

Types

  • data = 1
  • ping = 2