github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/istorage/bbolt/types.go (about)

     1  /*
     2   * Copyright (c) 2022-present Sigma-Soft, Ltd.
     3   * @author: Dmitry Molchanovsky
     4   */
     5  
     6  package bbolt
     7  
     8  type ParamsType struct {
     9  	DBDir string
    10  }