type github.com/yuin/goldmark/text.Segments
24 uses
github.com/yuin/goldmark/text (current package)
reader.go#L250: Reset(segment *Segments)
reader.go#L255: segments *Segments
reader.go#L265: func NewBlockReader(source []byte, segments *Segments) BlockReader {
reader.go#L290: func (r *blockReader) Reset(segments *Segments) {
segment.go#L145: type Segments struct {
segment.go#L150: func NewSegments() *Segments {
segment.go#L151: return &Segments{
segment.go#L157: func (s *Segments) Append(t Segment) {
segment.go#L165: func (s *Segments) AppendAll(t []Segment) {
segment.go#L173: func (s *Segments) Len() int {
segment.go#L181: func (s *Segments) At(i int) Segment {
segment.go#L186: func (s *Segments) Set(i int, v Segment) {
segment.go#L191: func (s *Segments) SetSliced(lo, hi int) {
segment.go#L196: func (s *Segments) Sliced(lo, hi int) []Segment {
segment.go#L201: func (s *Segments) Clear() {
segment.go#L206: func (s *Segments) Unshift(v Segment) {
github.com/yuin/goldmark/ast
ast.go#L139: Lines() *textm.Segments
ast.go#L143: SetLines(*textm.Segments)
block.go#L14: lines *textm.Segments
block.go#L38: func (b *BaseBlock) Lines() *textm.Segments {
block.go#L46: func (b *BaseBlock) SetLines(v *textm.Segments) {
inline.go#L37: func (b *BaseInline) Lines() *textm.Segments {
inline.go#L42: func (b *BaseInline) SetLines(v *textm.Segments) {
inline.go#L517: Segments *textm.Segments
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |