clair/vendor/github.com/grpc-ecosystem/grpc-gateway/examples/clients/abe/SubStringMessage.go
2017-06-13 15:58:11 -04:00

10 lines
107 B
Go

package abe
import (
)
type SubStringMessage struct {
Value string `json:"value,omitempty"`
}