Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conference ¶
type Conference struct { Name string `env:"CONF_NAME" env-required:"true"` URL string `env:"CONF_URL" env-required:"true"` DateFrom time.Time `env:"DATE_FROM" env-required:"true" env-layout:"02.01.2006"` DateUntil time.Time `env:"DATE_UNTIL" env-required:"true" env-layout:"02.01.2006"` EvaluationDeadline time.Time `env:"EVALUATION_DEADLINE" env-required:"true" env-layout:"02.01.2006"` }
Conference represents conferences that is taking place at the current moment in time. Move to MODELS ???
func (Conference) Validate ¶
func (c Conference) Validate() error
type Config ¶
type Config struct { Log Log Telegram Telegram PG PG Conference Conference StateLRU StateLRU }
Click to show internal directories.
Click to hide internal directories.