v2ray-core/app/testing/space.go

10 lines
137 B
Go
Raw Normal View History

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