mirror of
https://github.com/yusing/godoxy.git
synced 2025-07-05 14:24:02 +02:00
refactor: rename module config/types from "types" to "config"
This commit is contained in:
parent
111d767d46
commit
8ed63fe4b0
2 changed files with 2 additions and 2 deletions
|
@ -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"`
|
||||||
|
|
Loading…
Add table
Reference in a new issue