structs.go 168 B

12345678910
  1. package adb
  2. import "notabug.org/Umnik/GoAndroidSDK/sdk/platformTools/adb/device"
  3. //Adb represents adb util
  4. type Adb struct {
  5. binPath string
  6. device device.Device
  7. }