Documentation
¶
Overview ¶
Package store holds the current state of the loaded issue forms and notifies subscribers whenever it changes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Snapshot ¶
type Snapshot struct {
Forms []*form.Form
Err error
// Version increments on each reload; clients can use it for SSE.
Version uint64
}
Snapshot is a point-in-time view of the forms directory: either a list of valid forms or the error encountered while loading/validating them.
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.