This commit is contained in:
crusader 2017-11-27 19:14:47 +09:00
parent 174d56bd10
commit fe763851e8

View File

@ -2,7 +2,7 @@ package context
import "sync"
type Attributer interface {
type AttributeManager interface {
Attributes() Attributes
}