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