aboutsummaryrefslogtreecommitdiff
path: root/templates/gititemtree.qtpl.go
blob: 04861d1539348a8bad52ac42f30228b356496c99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
// Code generated by qtc from "gititemtree.qtpl". DO NOT EDIT.
// See https://github.com/valyala/quicktemplate for details.

//line gititemtree.qtpl:1
package templates

//line gititemtree.qtpl:1
import (
	qtio422016 "io"

	qt422016 "github.com/valyala/quicktemplate"
)

//line gititemtree.qtpl:1
var (
	_ = qtio422016.Copy
	_ = qt422016.AcquireByteBuffer
)

//line gititemtree.qtpl:2
type GitItemTreePage struct {
}

//line gititemtree.qtpl:6
func (g *GitItemTreePage) StreamNav(qw422016 *qt422016.Writer, name string) {
//line gititemtree.qtpl:6
	StreamGitItemNav(qw422016, name, Tree)
//line gititemtree.qtpl:6
}

//line gititemtree.qtpl:6
func (g *GitItemTreePage) WriteNav(qq422016 qtio422016.Writer, name string) {
//line gititemtree.qtpl:6
	qw422016 := qt422016.AcquireWriter(qq422016)
//line gititemtree.qtpl:6
	g.StreamNav(qw422016, name)
//line gititemtree.qtpl:6
	qt422016.ReleaseWriter(qw422016)
//line gititemtree.qtpl:6
}

//line gititemtree.qtpl:6
func (g *GitItemTreePage) Nav(name string) string {
//line gititemtree.qtpl:6
	qb422016 := qt422016.AcquireByteBuffer()
//line gititemtree.qtpl:6
	g.WriteNav(qb422016, name)
//line gititemtree.qtpl:6
	qs422016 := string(qb422016.B)
//line gititemtree.qtpl:6
	qt422016.ReleaseByteBuffer(qb422016)
//line gititemtree.qtpl:6
	return qs422016
//line gititemtree.qtpl:6
}

//line gititemtree.qtpl:8
func (g *GitItemTreePage) StreamGitContent(qw422016 *qt422016.Writer) {
//line gititemtree.qtpl:8
	qw422016.N().S(`
<h4>Tree</h4>
`)
//line gititemtree.qtpl:10
}

//line gititemtree.qtpl:10
func (g *GitItemTreePage) WriteGitContent(qq422016 qtio422016.Writer) {
//line gititemtree.qtpl:10
	qw422016 := qt422016.AcquireWriter(qq422016)
//line gititemtree.qtpl:10
	g.StreamGitContent(qw422016)
//line gititemtree.qtpl:10
	qt422016.ReleaseWriter(qw422016)
//line gititemtree.qtpl:10
}

//line gititemtree.qtpl:10
func (g *GitItemTreePage) GitContent() string {
//line gititemtree.qtpl:10
	qb422016 := qt422016.AcquireByteBuffer()
//line gititemtree.qtpl:10
	g.WriteGitContent(qb422016)
//line gititemtree.qtpl:10
	qs422016 := string(qb422016.B)
//line gititemtree.qtpl:10
	qt422016.ReleaseByteBuffer(qb422016)
//line gititemtree.qtpl:10
	return qs422016
//line gititemtree.qtpl:10
}