Skip to content

Instantly share code, notes, and snippets.

@vieirin
Created April 12, 2018 20:16
Show Gist options
  • Save vieirin/0c2c872b7a32ea7328b255f9d39fbf1b to your computer and use it in GitHub Desktop.
Save vieirin/0c2c872b7a32ea7328b255f9d39fbf1b to your computer and use it in GitHub Desktop.
import (
"encoding/json"
"fmt"
"log"
"net/http"
"tb-to-composer/jsondef"
)
type RequestThingsBoard struct {
assets structures.Assets
measurement structures.Measurement
assetToDevice []structures.AssetToDevice
//where structures is a package from tb-to-composer/jsondef
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment