package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Jan 29, 2026
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type FieldInfo struct {
JSONPointer string `json:"json_pointer"`
DisplayName string `json:"display_name"`
Description string `json:"description,omitempty"`
Required bool `json:"required"`
}
const (
PhaseCollecting Phase = "collecting"
PhaseConfirmed Phase = "confirmed"
PhaseCancelled Phase = "cancelled"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.