gin context util + doc fix

This commit is contained in:
nquidox 2026-03-02 17:30:17 +03:00
parent f159014374
commit a7edae9113
3 changed files with 34 additions and 1 deletions

View file

@ -3,4 +3,5 @@ package utils
type Utils interface {
timeUtil
cpuUtil
contextUtil
}