mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-09 08:40:26 +08:00
优化代码
This commit is contained in:
7
internal/rpc/context_interface.go
Normal file
7
internal/rpc/context_interface.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package rpc
|
||||
|
||||
import "context"
|
||||
|
||||
type ContextInterface interface {
|
||||
AdminContext() context.Context
|
||||
}
|
||||
Reference in New Issue
Block a user