File: applicator.go

package info (click to toggle)
golang-github-digitalocean-go-qemu 0.0~git20250212.ee9b066-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 860 kB
  • sloc: sh: 34; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package qapischema

type alternateField func(a *Alternate)
type alternativeField func(a *Alternative)
type featureField func(f *Feature)
type branchField func(b *Branch)
type commandField func(c *Command)
type enumField func(e *Enum)
type enumValueField func(e *EnumValue)
type eventField func(e *Event)
type memberField func(m *Member)
type pragmaField func(p *Pragma)
type structField func(s *Struct)
type unionField func(u *Union)

type eventDataBoxedTrue struct{}