mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-24 09:48:49 +02:00
chore(todo): remove completed TODOs
This commit is contained in:
@@ -10,8 +10,8 @@ import (
|
|||||||
|
|
||||||
type OverrideConfig struct {
|
type OverrideConfig struct {
|
||||||
ItemOverrides map[string]*ItemConfig `json:"item_overrides"`
|
ItemOverrides map[string]*ItemConfig `json:"item_overrides"`
|
||||||
DisplayOrder map[string]int `json:"display_order"` // TODO: implement this
|
DisplayOrder map[string]int `json:"display_order"`
|
||||||
CategoryOrder map[string]int `json:"category_order"` // TODO: implement this
|
CategoryOrder map[string]int `json:"category_order"`
|
||||||
ItemVisibility map[string]bool `json:"item_visibility"`
|
ItemVisibility map[string]bool `json:"item_visibility"`
|
||||||
mu sync.RWMutex
|
mu sync.RWMutex
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -96,7 +96,6 @@ const reqTimeout = 3 * time.Second
|
|||||||
// prevents dependencies from being stopped automatically.
|
// prevents dependencies from being stopped automatically.
|
||||||
const neverTick = time.Duration(1<<63 - 1)
|
const neverTick = time.Duration(1<<63 - 1)
|
||||||
|
|
||||||
// TODO: fix stream type.
|
|
||||||
func NewWatcher(parent task.Parent, r types.Route, cfg *types.IdlewatcherConfig) (*Watcher, error) {
|
func NewWatcher(parent task.Parent, r types.Route, cfg *types.IdlewatcherConfig) (*Watcher, error) {
|
||||||
key := cfg.Key()
|
key := cfg.Key()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user