prometheus-adapter/vendor/github.com/grpc-ecosystem/grpc-gateway/examples/clients/echo/ExamplepbSimpleMessage.go
2017-06-26 19:23:05 +03:00

9 lines
108 B
Go

package echo
import (
)
type ExamplepbSimpleMessage struct {
Id string `json:"id,omitempty"`
}