Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitLoggerFile ¶
TODO - Wrap logger. If logger nil, drop the message
Types ¶
type Column ¶
type Column struct {
Col []Widgets `mapstructure:"col"`
}
Col is constitued of widgets
type GoogleAnalytics ¶
type Project ¶
type Project struct {
Name string `mapstructure:"name"`
NameOptions map[string]string `mapstructure:"name_options"`
Services Services `mapstructure:"services"`
Themes map[string]map[string]string `mapstructure:"themes"`
Widgets []Row `mapstructure:"widgets"`
}
func (Project) OrderWidgets ¶
OrderWidgets add the widgets to a three dimensional slice. First dimension: index of the rows (ir or indexRows). Second dimension: index of the columns (ic or indexColumn). Third dimension: index of the widget.
type RemoteHost ¶
type SearchConsole ¶
type Services ¶
type Services struct {
GoogleAnalytics GoogleAnalytics `mapstructure:"google_analytics"`
GoogleSearchConsole SearchConsole `mapstructure:"google_search_console"`
Monitor Monitor `mapstructure:"monitor"`
Github Github `mapstructure:"github"`
TravisCI TravisCI `mapstructure:"travis"`
Feedly Feedly `mapstructure:"feedly"`
Git Git `mapstructure:"git"`
RemoteHost RemoteHost `mapstructure:"remote_host"`
Localhost RemoteHost `mapstructure:"local_host"`
}
Click to show internal directories.
Click to hide internal directories.