r2p_graph/api.go

8 lines
154 B
Go
Raw Permalink Normal View History

2018-09-29 00:38:54 +02:00
package main
type R2PAPIAll struct {
CountIn int `json:"count_in"`
CountOut int `json:"count_out"`
CountCurrent int `json:"count_current"`
}