MCPcopy Create free account
hub / github.com/coder/coder / WithTemplateID

Function WithTemplateID

coderd/notifications/notificationstest/fake_enqueuer.go:125–129  ·  view source on GitHub ↗
(id uuid.UUID)

Source from the content-addressed store, hash-verified

123}
124
125func WithTemplateID(id uuid.UUID) func(*FakeNotification) bool {
126 return func(n *FakeNotification) bool {
127 return n.TemplateID == id
128 }
129}

Calls

no outgoing calls