Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ToSnakeCase = toSomeCase("_")
Functions ¶
func LazyUpdateOption ¶ added in v1.3.0
func LazyUpdateOption(fields ...string) func(options *options)
func ToLowerFirst ¶ added in v1.1.1
Types ¶
type LoggableInterface ¶ added in v1.4.0
type LoggableModel ¶
type LoggableModel struct {
Disabled bool
}
func (LoggableModel) Enabled ¶ added in v1.4.0
func (m LoggableModel) Enabled() bool
func (LoggableModel) SetEnabled ¶ added in v1.4.0
func (m LoggableModel) SetEnabled(v bool)
Click to show internal directories.
Click to hide internal directories.