refactor: centralize jikan list constants
This commit is contained in:
7
internal/jikan/constants.go
Normal file
7
internal/jikan/constants.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package jikan
|
||||
|
||||
import "time"
|
||||
|
||||
const ListPageSize = 24
|
||||
|
||||
const shortCacheTTL = time.Hour
|
||||
Reference in New Issue
Block a user