新增oauth2-introspection插件

This commit is contained in:
Liujian
2025-05-14 17:31:09 +08:00
parent 2a0e090f44
commit 417bdff6d9
10 changed files with 492 additions and 14 deletions

View File

@@ -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")