v2ray-core/app/testing/space.go

10 lines
137 B
Go

package testing
type Context struct {
CallerTagValue string
}
func (this *Context) CallerTag() string {
return this.CallerTagValue
}