Versions in this module Expand all Collapse all v0 v0.2.0 Jul 4, 2024 Changes in this version + func U20Validator(fl validator.FieldLevel) bool v0.1.0 Nov 26, 2023 Changes in this version + var DB *pgxpool.Pool + var Logr *slog.Logger + func Connect() error + func NewServer() *mux.Router + func SetupLogger() + type Comment struct + Content string + CreatedAt time.Time + ID uint64 + TaskID uint32 + User *string + type ControllerError struct + Cause *ControllerError + Func string + Msg string + Reason string + func (e *ControllerError) Error() string + type FileManager interface + StoreFile func(b []byte, ext string) (string, error) + func NewFileManager() FileManager + type Task struct + Body *string + Comments []Comment + CompletedAt *time.Time + CreatedAt time.Time + DeletedAt time.Time + ID uint32 + Images []string + Score int32 + Status bool + Title string