Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { EventCode string `mapstructure:"code"` EventState string `mapstructure:"state"` NotBefore string `mapstructure:"not-before"` // The earliest start time for the scheduled event NotAfter string `mapstructure:"not-after"` // The latest end time for the scheduled event NotBeforeDeadline string `mapstructure:"not-before-deadline"` // The deadline for starting the event }
Config represents the configuration for the mock
Click to show internal directories.
Click to hide internal directories.