mirror of
https://github.com/eolinker/apinto
synced 2025-10-05 08:47:04 +08:00
新增oauth2-introspection插件
This commit is contained in:
@@ -43,6 +43,16 @@ func TestExecutor(t *testing.T) {
|
||||
type Context struct {
|
||||
}
|
||||
|
||||
func (c *Context) ProxyClone() http_service.IRequest {
|
||||
//TODO implement me
|
||||
panic("implement me")
|
||||
}
|
||||
|
||||
func (c *Context) SetProxy(proxy http_service.IRequest) {
|
||||
//TODO implement me
|
||||
panic("implement me")
|
||||
}
|
||||
|
||||
func (c *Context) RequestId() string {
|
||||
//TODO implement me
|
||||
panic("implement me")
|
||||
|
Reference in New Issue
Block a user