8 lines
99 B
Go
8 lines
99 B
Go
package rpc
|
|
|
|
import "context"
|
|
|
|
type ContextInterface interface {
|
|
AdminContext() context.Context
|
|
}
|