changed Extensions api
This commit is contained in:
parent
7daa266b18
commit
e895d2d708
3 changed files with 36 additions and 21 deletions
2
item.go
2
item.go
|
@ -24,7 +24,7 @@ type Item struct {
|
|||
Contributors []string
|
||||
Content *Content
|
||||
|
||||
Extensions map[string][]*Extension
|
||||
Extensions map[string]map[string][]Extension
|
||||
}
|
||||
|
||||
func (i *Item) Key() string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue