MCPcopy Index your code
hub / github.com/coder/coder / MockTemplateScheduleStore

Struct MockTemplateScheduleStore

coderd/schedule/mock.go:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type MockTemplateScheduleStore struct {
12 GetFn func(ctx context.Context, db database.Store, templateID uuid.UUID) (TemplateScheduleOptions, error)
13 SetFn func(ctx context.Context, db database.Store, template database.Template, options TemplateScheduleOptions) (database.Template, error)
14}
15
16var _ TemplateScheduleStore = MockTemplateScheduleStore{}
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected