Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { // AlgoSearch is the Algolia search client for the server. AlgoSearch *algolia.Client // AlgoWrite is the Algolia write client for the server. AlgoWrite *algolia.Client // Config is the config for the server. Config *config.Config // DB is the database for the server. DB *gorm.DB // GWService is the Google Workspace service for the server. GWService *gw.Service // Jira is the Jira service for the server. Jira *jira.Service // Logger is the logger for the server. Logger hclog.Logger }
Server contains the server configuration.
Click to show internal directories.
Click to hide internal directories.