github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/in10nmem/inv/consts.go (about)

     1  /*
     2  * Copyright (c) 2024-present unTill Pro, Ltd.
     3  * @author Alisher Nurmanov
     4   */
     5  
     6  package main
     7  
     8  import "time"
     9  
    10  const (
    11  	hours24 = 24 * time.Hour
    12  )