Files
glamour-temp-MUTN/context.go
T

8 lines
133 B
Go

package gold
type RenderContext struct {
style map[StyleType]ElementStyle
blockStack *BlockStack
table *TableElement
}