This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeAdmin/internal/rpc/context_interface.go
T
2020-12-17 17:35:38 +08:00

8 lines
99 B
Go

package rpc
import "context"
type ContextInterface interface {
AdminContext() context.Context
}