ing
This commit is contained in:
parent
f3b7cb5bdf
commit
174d56bd10
|
@ -2,6 +2,10 @@ package context
|
||||||
|
|
||||||
import "sync"
|
import "sync"
|
||||||
|
|
||||||
|
type Attributer interface {
|
||||||
|
Attributes() Attributes
|
||||||
|
}
|
||||||
|
|
||||||
type Attributes interface {
|
type Attributes interface {
|
||||||
initialize()
|
initialize()
|
||||||
Set(key string, value interface{})
|
Set(key string, value interface{})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user