File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ // Copyright 2015 Dominique Feyer <dfeyer@ttree.ch>. All rights reserved.
2+ // Use of this source code is governed by a BSD-style
3+ // license that can be found in the LICENSE file.
4+
15package config
26
37// Config store the proxy configuration
Original file line number Diff line number Diff line change 1+ // Copyright 2009 The Go Authors. All rights reserved.
2+ // Use of this source code is governed by a BSD-style
3+ // license that can be found in the LICENSE file.
4+
5+ /*
6+ Package flow-debugproxy implements an xDebug proxy to
7+ debug proxy class directly from user code. You can use
8+ breakpoint directly in your code and the proxy did the
9+ mapping between your code and the proxy class.
10+ */
11+ package main
Original file line number Diff line number Diff line change 1+ // Copyright 2015 Dominique Feyer <dfeyer@ttree.ch>. All rights reserved.
2+ // Use of this source code is governed by a BSD-style
3+ // license that can be found in the LICENSE file.
4+
15package dummypathmapper
26
37import (
Original file line number Diff line number Diff line change 1+ // Copyright 2015 Dominique Feyer <dfeyer@ttree.ch>. All rights reserved.
2+ // Use of this source code is governed by a BSD-style
3+ // license that can be found in the LICENSE file.
4+
15package errorhandler
26
37import (
Original file line number Diff line number Diff line change 1+ // Copyright 2015 Dominique Feyer <dfeyer@ttree.ch>. All rights reserved.
2+ // Use of this source code is governed by a BSD-style
3+ // license that can be found in the LICENSE file.
4+
15package flowpathmapper
26
37import (
Original file line number Diff line number Diff line change 1+ // Copyright 2015 Dominique Feyer <dfeyer@ttree.ch>. All rights reserved.
2+ // Use of this source code is governed by a BSD-style
3+ // license that can be found in the LICENSE file.
4+
15package logger
26
37import (
Original file line number Diff line number Diff line change 1+ // Copyright 2015 Dominique Feyer <dfeyer@ttree.ch>. All rights reserved.
2+ // Use of this source code is governed by a BSD-style
3+ // license that can be found in the LICENSE file.
4+
15package main
26
37import (
Original file line number Diff line number Diff line change 1+ // Copyright 2015 Dominique Feyer <dfeyer@ttree.ch>. All rights reserved.
2+ // Use of this source code is governed by a BSD-style
3+ // license that can be found in the LICENSE file.
4+
15package pathmapperfactory
26
37import (
Original file line number Diff line number Diff line change 1+ // Copyright 2015 Dominique Feyer <dfeyer@ttree.ch>. All rights reserved.
2+ // Use of this source code is governed by a BSD-style
3+ // license that can be found in the LICENSE file.
4+
15package pathmapping
26
37var mapping = map [string ]string {}
Original file line number Diff line number Diff line change 1+ // Copyright 2015 Dominique Feyer <dfeyer@ttree.ch>. All rights reserved.
2+ // Use of this source code is governed by a BSD-style
3+ // license that can be found in the LICENSE file.
4+
15package xdebugproxy
26
37import (
You can’t perform that action at this time.
0 commit comments