Documentation
¶
Index ¶
- type Website
- func (w *Website) DatabaseMigrations() (*embed.FS, string, error)
- func (w *Website) DatabaseSet(db *sql.DB)
- func (w *Website) ExternalJobsFuncSet(f func(job apis.ExternalJob) error)
- func (w *Website) FeatureSet() apis.FeatureSet
- func (w *Website) HTTPAttach(router *mux.Router) error
- func (w *Website) HTTPHost() string
- func (w *Website) HTTPPath() string
- func (w *Website) Jobs() ([]apis.Job, error)
- func (w *Website) Name() string
- func (w *Website) SetConfig(config map[string]any) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Website ¶
type Website struct {
// contains filtered or unexported fields
}
Website is a tool that runs curry-club.org
func (*Website) DatabaseMigrations ¶
func (*Website) DatabaseSet ¶
func (*Website) ExternalJobsFuncSet ¶
func (w *Website) ExternalJobsFuncSet(f func(job apis.ExternalJob) error)
func (*Website) FeatureSet ¶
func (w *Website) FeatureSet() apis.FeatureSet
Click to show internal directories.
Click to hide internal directories.