package state type State struct { Counter struct { Request int64 `json:"request"` Failure int64 `json:"failure"` } `json:"counter"` }