mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-24 17:28:31 +02:00
refactor: rename module config/types from "types" to "config"
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
package types
|
package config
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|||||||
@@ -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"`
|
||||||
|
|||||||
Reference in New Issue
Block a user