types.go 180 B

123456789
  1. // Code generated by goctl. DO NOT EDIT.
  2. package types
  3. type Response struct {
  4. Id int64 `json:"id"`
  5. NodeId int64 `json:"node_id"`
  6. Timestamp int64 `json:"timestamp"`
  7. }