aboutsummaryrefslogtreecommitdiff
path: root/service/service_helpers.go
blob: dbed3710a5199404430c33b1d08d496c16a99ce4 (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
91
////////////////////////////////////////////////////////////////////////////////
// Do not modify!
// Generated by codergen
////////////////////////////////////////////////////////////////////////////////

package service

import "fmt"

func (c callFollow) Format(f fmt.State, r rune) {
	fmt.Fprintf(f, "Follow(p: %v)",
		c.p,
	)
}
func (r resultFollow) Format(f fmt.State, c rune) {
	fmt.Fprintf(f, "res: %#v", r.value)
}
func (c callGet) Format(f fmt.State, r rune) {
	fmt.Fprintf(f, "Get(p: %v)",
		c.p,
	)
}
func (r resultGet) Format(f fmt.State, c rune) {
	fmt.Fprintf(f, "res: %#v", r.value)
}
func (c callGetCaptures) Format(f fmt.State, r rune) {
	fmt.Fprintf(f, "GetCaptures()")
}
func (r resultGetCaptures) Format(f fmt.State, c rune) {
	fmt.Fprintf(f, "res: %#v", r.value)
}
func (c callGetDevices) Format(f fmt.State, r rune) {
	fmt.Fprintf(f, "GetDevices()")
}
func (r resultGetDevices) Format(f fmt.State, c rune) {
	fmt.Fprintf(f, "res: %#v", r.value)
}
func (c callGetFramebufferColor) Format(f fmt.State, r rune) {
	fmt.Fprintf(f, "GetFramebufferColor(device: %v, after: %v, settings: %v)",
		c.device, c.after, c.settings,
	)
}
func (r resultGetFramebufferColor) Format(f fmt.State, c rune) {
	fmt.Fprintf(f, "res: %#v", r.value)
}
func (c callGetFramebufferDepth) Format(f fmt.State, r rune) {
	fmt.Fprintf(f, "GetFramebufferDepth(device: %v, after: %v)",
		c.device, c.after,
	)
}
func (r resultGetFramebufferDepth) Format(f fmt.State, c rune) {
	fmt.Fprintf(f, "res: %#v", r.value)
}
func (c callGetSchema) Format(f fmt.State, r rune) {
	fmt.Fprintf(f, "GetSchema()")
}
func (r resultGetSchema) Format(f fmt.State, c rune) {
	fmt.Fprintf(f, "res: %#v", r.value)
}
func (c callGetTimingInfo) Format(f fmt.State, r rune) {
	fmt.Fprintf(f, "GetTimingInfo(device: %v, capture: %v, flags: %v)",
		c.device, c.capture, c.flags,
	)
}
func (r resultGetTimingInfo) Format(f fmt.State, c rune) {
	fmt.Fprintf(f, "res: %#v", r.value)
}
func (c callImport) Format(f fmt.State, r rune) {
	fmt.Fprintf(f, "Import(name: %v, Data: %v)",
		c.name, c.Data,
	)
}
func (r resultImport) Format(f fmt.State, c rune) {
	fmt.Fprintf(f, "res: %#v", r.value)
}
func (c callPrerenderFramebuffers) Format(f fmt.State, r rune) {
	fmt.Fprintf(f, "PrerenderFramebuffers(device: %v, capture: %v, api: %v, width: %v, height: %v, atomIDs: %v)",
		c.device, c.capture, c.api, c.width, c.height, c.atomIDs,
	)
}
func (r resultPrerenderFramebuffers) Format(f fmt.State, c rune) {
	fmt.Fprintf(f, "void")
}
func (c callSet) Format(f fmt.State, r rune) {
	fmt.Fprintf(f, "Set(p: %v, v: %v)",
		c.p, c.v,
	)
}
func (r resultSet) Format(f fmt.State, c rune) {
	fmt.Fprintf(f, "res: %#v", r.value)
}