mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
PRovide basic in-app purchase/renewal flow
This commit is contained in:
parent
e116d3b000
commit
d1b803b246
39 changed files with 1211 additions and 1154 deletions
6
model/doc.go
Normal file
6
model/doc.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package model
|
||||
|
||||
// Model contains data structures used throughout Documize.
|
||||
//
|
||||
// Models can be used by any other package hence this package
|
||||
// should not import other packages to avoid cyclical dependencies.
|
Loading…
Add table
Add a link
Reference in a new issue