Searched defs:PathMapping (Results 1 – 3 of 3) sorted by relevance
451 type PathMapping struct { struct452 state protoimpl.MessageState453 sizeCache protoimpl.SizeCache454 unknownFields protoimpl.UnknownFields456 From *string `protobuf:"bytes,1,req,name=from" json:"from,omitempty"`457 To *string `protobuf:"bytes,2,req,name=to" json:"to,omitempty"`460 func (x *PathMapping) Reset() {469 func (x *PathMapping) String() string {473 func (*PathMapping) ProtoMessage() {}475 func (x *PathMapping) ProtoReflect() protoreflect.Message {[all …]
101 message PathMapping { message
690 func applyPathMappings(pathMappings []*sbox_proto.PathMapping, path string) string {