refactor: rename module config/types from "types" to "config"

This commit is contained in:
yusing 2025-04-07 13:33:28 +08:00
parent 111d767d46
commit 8ed63fe4b0
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
package types package config
import ( import (
"context" "context"

View file

@ -1,4 +1,4 @@
package types package config
type HomepageConfig struct { type HomepageConfig struct {
UseDefaultCategories bool `json:"use_default_categories"` UseDefaultCategories bool `json:"use_default_categories"`