clair/vendor/github.com/grpc-ecosystem/grpc-gateway/examples/clients/abe/SubStringMessage.go

10 lines
107 B
Go
Raw Normal View History

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