Searched defs:PathMapping (Results 1 – 3 of 3) sorted by relevance
275 type PathMapping struct { struct276 From *string `protobuf:"bytes,1,req,name=from" json:"from,omitempty"`277 To *string `protobuf:"bytes,2,req,name=to" json:"to,omitempty"`278 XXX_NoUnkeyedLiteral struct{} `json:"-"`279 XXX_unrecognized []byte `json:"-"`280 XXX_sizecache int32 `json:"-"`
77 message PathMapping { message
517 func applyPathMappings(pathMappings []*sbox_proto.PathMapping, path string) string {