1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-18 09:57:04 -04:00
v2fly/app/testing/space.go

10 lines
137 B
Go
Raw Normal View History

2015-12-10 17:55:39 -05:00
package testing
type Context struct {
CallerTagValue string
}
func (this *Context) CallerTag() string {
return this.CallerTagValue
}