clair/vendor/github.com/grpc-ecosystem/grpc-gateway/examples/clients/echo/ExamplepbSimpleMessage.go

10 lines
108 B
Go
Raw Normal View History

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