Searched defs:TouchResponse (Results 1 – 2 of 2) sorted by relevance
2304 type TouchResponse struct { struct2305 Cost *Cost `protobuf:"bytes,1,opt,name=cost" json:"cost,omitempty"`2306 XXX_unrecognized []byte `json:"-"`2309 func (m *TouchResponse) Reset() { *m = TouchResponse{} }2310 func (m *TouchResponse) String() string { return proto.CompactTextString(m) }2311 func (*TouchResponse) ProtoMessage() {}2313 func (m *TouchResponse) GetCost() *Cost {
437 message TouchResponse { message