r2p_graph/api.go

8 lines
154 B
Go

package main
type R2PAPIAll struct {
CountIn int `json:"count_in"`
CountOut int `json:"count_out"`
CountCurrent int `json:"count_current"`
}