Documentation ¶ Index ¶ Variables func ConnectCache() func ConnectDatabase() error type Tool Constants ¶ This section is empty. Variables ¶ View Source var ( DB *gorm.DB RedisClient *redis.Client ) Functions ¶ func ConnectCache ¶ func ConnectCache() func ConnectDatabase ¶ func ConnectDatabase() error Types ¶ type Tool ¶ type Tool struct { Id string `gorm:"id"` Name string `json:"name"` Version float64 `json:"version"` // PreviousVersions []float64 `json:"previous"` Description string `json:"description"` Status string `json:"status"` } Source Files ¶ View all Source files setup.go tools.go Click to show internal directories. Click to hide internal directories.