mirror of
https://github.com/documize/community.git
synced 2025-07-23 15:19:42 +02:00
removed old API
This commit is contained in:
parent
e284a46f86
commit
562872a4a8
105 changed files with 337 additions and 14496 deletions
|
@ -16,12 +16,14 @@ import (
|
|||
|
||||
"github.com/documize/blackfriday"
|
||||
"github.com/documize/community/core/env"
|
||||
"github.com/documize/community/domain"
|
||||
"github.com/documize/community/domain/section/provider"
|
||||
)
|
||||
|
||||
// Provider represents Markdown
|
||||
type Provider struct {
|
||||
Runtime env.Runtime
|
||||
Runtime *env.Runtime
|
||||
Store *domain.Store
|
||||
}
|
||||
|
||||
// Meta describes us
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue