9 lines
122 B
Go
9 lines
122 B
Go
package data
|
|
|
|
type documentContext struct {
|
|
aclTree *Tree
|
|
fullTree *Tree
|
|
aclState *ACLState
|
|
docState DocumentState
|
|
}
|