Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfig = NewConfig()
DefaultConfig is a configuration with default values
View Source
var Statements = exec.StatementSet{}
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Default format
DatetimeFormat string
// If defined, now returns this parsed value
Now *arrow.Arrow
}
func (*Config) Inherit ¶
func (cfg *Config) Inherit() config.Inheritable
Click to show internal directories.
Click to hide internal directories.