mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 23:49:57 +00:00
5 lines
139 B
Plaintext
5 lines
139 B
Plaintext
func (p {{.Node.Name}}_Promise) {{.Field.Name|title}}() *{{.G.Capnp}}.Pipeline {
|
|
return p.Pipeline.GetPipeline({{.Field.Slot.Offset}})
|
|
}
|
|
|