refactor: re-rder structure declaration.

This commit is contained in:
James Park-Watt 2024-10-27 05:18:45 +00:00
parent b7934083d0
commit ffc6144c44

View File

@ -18,8 +18,8 @@ type (
storageMem struct {
sync.RWMutex
storePruneTimer time.Ticker
store map[string]memStorageSecret
storePruneTimer time.Ticker
}
)